From fec89600c50ed38c112637c1045fad82b4a078c2 Mon Sep 17 00:00:00 2001 From: Ian Guinn Date: Tue, 2 Jan 2024 11:36:41 -0500 Subject: [PATCH] Fixed test_build_dsp --- tests/test_build_dsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_build_dsp.py b/tests/test_build_dsp.py index 88dfac8..a310bd5 100644 --- a/tests/test_build_dsp.py +++ b/tests/test_build_dsp.py @@ -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