Skip to content

Commit

Permalink
Fixed test_build_dsp
Browse files Browse the repository at this point in the history
  • Loading branch information
iguinn committed Jan 2, 2024
1 parent ce5ca0a commit fec8960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_build_dsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def test_build_dsp_spms_channelwise(dsp_test_file_spm):
]

store = LH5Store()
lh5_obj, n_rows = store.read_object("/ch0/dsp/energies", dsp_test_file_spm)
lh5_obj, n_rows = store.read("/ch0/dsp/energies", dsp_test_file_spm)
assert isinstance(lh5_obj, lgdo.VectorOfVectors)
assert len(lh5_obj) == 5

0 comments on commit fec8960

Please sign in to comment.