Skip to content

Commit

Permalink
Update dtype in JUNGFRAU mock data test
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Dec 1, 2023
1 parent d7af253 commit 2c300fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra_data/tests/test_reader_mockdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ def test_inspect_key_no_trains(mock_jungfrau_run):
# INSTRUMENT
jf_m1_data = sel['SPB_IRDA_JF4M/DET/JNGFR01:daqOutput', 'data.adc']
assert jf_m1_data.shape == (0, 16, 512, 1024)
assert jf_m1_data.dtype == np.dtype(np.uint16)
assert jf_m1_data.dtype == np.dtype(np.float32)


def test_run_metadata(mock_spb_raw_run):
Expand Down

0 comments on commit 2c300fb

Please sign in to comment.