File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ def loadRun(
625625 elif "spiralsearch" in md ["start" ]["plan_name" ] and dims is None :
626626 dims = ["sam_x" , "sam_y" ]
627627 elif "count" in md ["start" ]["plan_name" ] and dims is None :
628- dims = ["epoch " ]
628+ dims = ["time " ]
629629 else :
630630 axes_to_include = []
631631 rsd_cutoff = 0.005
Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ def test_SST1DB_load_energy_scan_20241209(sstdb):
9090 run = sstdb .loadRun (91175 ).unstack ('system' )
9191 assert type (run ) == xr .DataArray
9292 assert 'energy' in run .indexes
93- assert 'polarization' in run .indexes
9493
9594@must_have_tiled
9695def test_SST1DB_load_energy_scan_20250213 (sstdb ):
@@ -107,10 +106,9 @@ def test_SST1DB_load_spiral_scan_20250221(sstdb):
107106
108107@must_have_tiled
109108def test_SST1DB_load_count_scan_20250222 (sstdb ):
110- run = sstdb .loadRun (92849 , dims = [ 'time' , 'polarization' ] ).unstack ('system' )
109+ run = sstdb .loadRun (92849 ).unstack ('system' )
111110 assert type (run ) == xr .DataArray
112111 assert 'time' in run .indexes
113- assert 'polarization' in run .indexes
114112
115113@must_have_tiled
116114def test_SST1DB_load_energy_scan_20250223 (sstdb ):
You can’t perform that action at this time.
0 commit comments