Skip to content

Commit

Permalink
Update tests/test_SST1DBLoader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pbeaucage authored Dec 3, 2024
1 parent 1a4c1dd commit 6f65bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_SST1DBLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_SST1DB_load_snake_scan_explicit_dims(sstdb):

## This is intended to test a scan that was run at a single energy and two polarizations
@must_have_tiled
def test_SST1DB_load_SingleEnergy2Polarizations_scan_legacy_hinted_dims(sstdb):
def test_SST1DB_load_SingleEnergy2Polarizations_scan_hinted_dims(sstdb):
run = sstdb.loadRun(87758).unstack('system')
assert 'energy' in run.indexes
assert 'polarization' in run.indexes
Expand Down

0 comments on commit 6f65bbf

Please sign in to comment.