workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00004626.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
Test: nexusfiles-scipp|odin|odin_read_detector_data|orca
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00004472.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00004328.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00004184.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00004049.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00003905.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00003770.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00003626.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00003491.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00003365.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00003221.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00003086.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002942.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002798.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002640.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002622.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002550.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002550.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002536.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002487.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002478.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002396.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002276.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002150.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00002033.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001916.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001799.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001745.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001745.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001682.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001565.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001520.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001520.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001520.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001520.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001511.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001439.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001322.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001205.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00001088.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00000971.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00000863.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00000737.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00000692.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00000611.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00000467.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00000332.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError
workflow =
coda_nexus_file_path = PosixPath('/ess/data/coda/999999/raw/coda_odin_999999_00000188.hdf')
check_detector_histogram =
def test_odin_read_detector_data__orca(
workflow: sciline.Pipeline,
coda_nexus_file_path: Path,
check_detector_histogram: Callable,
) -> None:
workflow[Filename[SampleRun]] = coda_nexus_file_path
workflow[NeXusDetectorName] = "histogram_mode_detectors/orca"
result = workflow.compute(NeXusData[NXdetector, SampleRun])
> check_detector_histogram(result)
tests/nexusfiles-scipp/odin/odin_load_nexus_test.py:83:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
da =
Dimensions: Sizes[time:0, x_pixel_offset:2048, y_pixel_offset:2048, ]
Coordinates:
* time ...s] (time) []
Data:
int32 [dimensionless] (time, x_pixel_offset, y_pixel_offset) []
def _check_detector_histogram(da: sc.DataArray) -> None:
assert "time" in da.dims
assert da.ndim > 1
> assert da.size > 0
E assert 0 > 0
E + where 0 =
.tox/nexusfiles-scipp-odin/lib/python3.12/site-packages/dmsc_nightly/testing/nexusfiles/validation_fixtures.py:31: AssertionError