Skip to content

Commit

Permalink
bugfix for test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean DeLongchamp committed Sep 4, 2024
1 parent 745add5 commit 4d976de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_SST1DBLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ def test_SST1DB_load_snake_scan_explicit_dims(sstdb):
@must_have_tiled
def test_SST1DB_exposurewarnings(sstdb):
with pytest.warns(UserWarning, match="Wide Angle CCD Detector isreported as underexposed"):
load_db.loadRun(load_db.c[83192])
sstdb.loadRun(83192)
with pytest.warns(UserWarning, match="Wide Angle CCD Detector is reported as saturated"):
load_db.loadRun(load_db.c[67522])
sstdb.loadRun(67522)

0 comments on commit 4d976de

Please sign in to comment.