w
CI for csaxs_bec / test (push) Failing after 1m28s
CI for csaxs_bec / test (pull_request) Failing after 1m27s

This commit is contained in:
2026-01-23 13:11:35 +01:00
parent 8452f4bc76
commit a4b89bbd7d
@@ -165,8 +165,8 @@ class DebugTools:
mcs_data = scan_data.devices.mcs
print(mcs_data)
shape = mcs_data._info["mca0"]["value"]["shape"]
expected_shape = (cycles, burst_frames)
shape = mcs_data._info["mcs_mca_mca1"]["value"]["shape"]
expected_shape = (cycles * burst_frames,)
# Assert will raise an error if the shapes do not match
assert (
shape == expected_shape