Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
e4c43d1
Fix EAST get_mirnov_std method
yumouwei Mar 4, 2025
23b3036
Remove h98 from test column (output matches matlab script, wrong data…
yumouwei Mar 14, 2025
fc5143c
Remove parea, pchisq, pconvergence, pkappa_area, pq0, pqstar from tes…
yumouwei Mar 14, 2025
e390e3d
Move AXUV calibration factors to EastUtilMethods.get_axuv_calib_facto…
yumouwei Mar 17, 2025
1ad9d5a
Add get_radiated_power method and get_raw_axuv_data function
yumouwei Mar 17, 2025
e367f88
Add notes to highlight difference between get_prad_peaking and get_ra…
yumouwei Mar 17, 2025
25b8dc0
Update get_radiated_power comment
yumouwei Mar 19, 2025
884a001
Complete get_n_equal_1_data
yumouwei Mar 28, 2025
66cdad0
Remove p_rad, add prad_peaking to XFAIL columns
yumouwei Mar 28, 2025
53432b8
Fix get_n1rms_n2rms. Remove signals from test
yumouwei Mar 29, 2025
86a2133
Add get_efit_gaps
yumouwei Mar 29, 2025
cca6419
Split get_efit_gaps into public and hidden methods. Add pupper_gap an…
yumouwei Mar 29, 2025
165abff
Remove efit signals that are not in SQL table from test
yumouwei Mar 29, 2025
9dd9fbc
Remove unnecessary newlines
yumouwei Mar 29, 2025
4a11cd5
minor corrections
yumouwei Mar 31, 2025
4be3a40
Simplify unpacking
yumouwei Apr 1, 2025
49b06ae
fix typo
yumouwei Apr 1, 2025
2efa36d
Add fallback option for get_v_loop
yumouwei Apr 1, 2025
ba4c564
Change get_raw_axuv_data to a private method
yumouwei Apr 1, 2025
3fca4c0
Remove some TODOs & NOTEs
yumouwei Apr 1, 2025
f98aa7a
Change TreeException to MdsException in get_v_loop
yumouwei Apr 1, 2025
c0c79af
Simplify rad_input_frac & rad_loss_frac computations
yumouwei Apr 14, 2025
e14558a
Clean up comments
yumouwei Apr 14, 2025
2050ad6
Merge branch 'dev' into east
yumouwei Apr 14, 2025
06eadc2
Fix bug introduced by github
yumouwei Apr 14, 2025
7b2f50b
fail-proof get_power
yumouwei May 5, 2025
b27a112
Merge branch 'dev' into east
gtrevisan May 5, 2025
0af1c92
Fix logics, add additional logger
yumouwei May 5, 2025
e86d6cb
Chamge wmhd source from wplasm (all 0) to wmhd
yumouwei May 5, 2025
ce80143
Add XFAILs due to east/east_1 tree issues
yumouwei May 5, 2025
6c0476b
Merge branch 'east' of https://github.com/MIT-PSFC/disruption-py into…
yumouwei May 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 11 additions & 40 deletions disruption_py/machine/east/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,64 +12,43 @@ port = 3306

[east.tests]
expected_failure_columns = [
"aminor",
"area",
"beta_n",
"beta_p",
"beta_p_rt",
"chisq",
"dbetap_dt",
"dli_dt",
"dwmhd_dt",
"greenwald_fraction",
"h98",
"ip_error_rt",
"kappa",
"kappa_area",
"li",
"li_rt",
"mirnov_std",
"mirnov_std_normalized",
"n1rms",
"n1rms_normalized",
"n2rms",
"n2rms_normalized",
"n_equal_1_mode",
"n_equal_1_normalized",
"n_equal_1_phase",
"n_equal_1_mode", # east/east_1 tree issues
"n_equal_1_normalized", # east/east_1 tree issues
"n_equal_1_phase", # east/east_1 tree issues
"p_input",
"p_lh", # east/east_1 tree issues
"p_oh",
"p_rad",
"parea",
"pchisq",
"pconvergence",
"pkappa_area",
"pq0",
"pqstar",
"p_rad", # east/east_1 tree issues
"prad_peaking",
"q0",
"q95",
"qstar",
"rad_input_frac",
"rad_loss_frac",
"rmp_n_equal_1",
"rmp_n_equal_1_phase",
"rmp_n_equal_1", # east/east_1 tree issues
"rmp_n_equal_1_phase", # east/east_1 tree issues
"v_loop", # east/east_1 tree issues
"wmhd",
"wmhd_rt",
]
test_columns = [
"aminor",
"area",
"beta_n",
"beta_p",
"beta_p_rt",
"btor",
"chisq",
"dbetap_dt",
"dipprog_dt",
"dli_dt",
"dwmhd_dt",
"greenwald_fraction",
"h98",
"ip",
"ip_error",
"ip_error_normalized",
Expand All @@ -78,12 +57,9 @@ test_columns = [
"kappa_area",
"li",
"li_rt",
"lower_gap",
"mirnov_std",
"mirnov_std_normalized",
"n1rms",
"n1rms_normalized",
"n2rms",
"n2rms_normalized",
"n_e",
"n_equal_1_mode",
"n_equal_1_normalized",
Expand All @@ -99,17 +75,11 @@ test_columns = [
"p_rad",
"p_rad_rt",
"paminor",
"parea",
"pbeta_n",
"pbeta_p",
"pchisq",
"pconvergence",
"pkappa",
"pkappa_area",
"pli",
"pq0",
"pq95",
"pqstar",
"prad_peaking",
"pwmhd",
"q0",
Expand All @@ -121,6 +91,7 @@ test_columns = [
"rmp_n_equal_1",
"rmp_n_equal_1_phase",
"time_until_disrupt",
"upper_gap",
"v_loop",
"wmhd",
"wmhd_rt",
Expand Down
Loading