didnt save properly
All checks were successful
Build on RHEL8 / build (push) Successful in 2m25s
Build on RHEL9 / build (push) Successful in 2m31s
Run tests using data on local RHEL8 / build (push) Successful in 3m9s

This commit is contained in:
2026-02-04 17:24:52 +01:00
parent a6c07d65fc
commit a97b9bdd91
5 changed files with 6 additions and 6 deletions

View File

@@ -10,8 +10,8 @@ def test_read_rawfile_with_roi(test_data_path):
headers, frames = f.read()
assert headers.size == 10100
assert frames.shape == (10100, 256, 256)
assert frames.shape == (10100, 256, 256)
@pytest.mark.withdata
def test_read_rawfile_quad_eiger_and_compare_to_numpy(test_data_path):
@@ -36,7 +36,6 @@ def test_read_rawfile_quad_eiger_and_compare_to_numpy(test_data_path):
assert (image == image1).all()
@pytest.mark.withdata
def test_read_rawfile_eiger_and_compare_to_numpy(test_data_path):
d0 = test_data_path/'raw/eiger/Lab6_20500eV_2deg_20240629_d0_f0_7.raw'