DMSC Integration Testing

Last updated: September 25, 2026 08:02:48

Test: chexus|loki|run_chexus|

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_loki_999999_00020199.hdf: 
Violations
----------
NX_class_attr_missing @ /entry/.ESS_monitor


Summary
-------
depends_on_missing: 0/87
depends_on_target_missing: 0/166
float_dataset_units_missing: 0/734
group_has_units: 0/387
index_has_units: 0/240
mask_has_units: 0/0
non_numeric_dataset_has_units: 0/411
NX_class_attr_missing: 1/387
NX_class_invalid: 0/386
NX_class_is_legacy: 0/386
transformation_depends_on_missing: 0/66
transformation_offset_units_missing: 0/7
units_invalid: 0/1509
NXlog_has_value: 0/170
detector_numbers are not unique: 0/9
event_id is not subset of associated detector_numbers: 0/9
Shape of pixel offsets does not correspond to detector_number: 0/9
event_index_too_small: 0/17
event_data_has_event_datasets: 0/17
NXtransformations_child_not_NX_NUMBER: 0/74
chopper_frequency_unit_invalid: 0/4
dataset_units_check: 0/1509
transformation_offset_units_invalid: 0/7
transformation_value_units_invalid: 0/75

Total: 1/6666

tests/chexus/chexus_test.py:25: AssertionError
Full output
instrument = 'loki', coda_proposal_id = '999999'
pathfinder = <function pathfinder.<locals>.<lambda> at 0x7fdc9a09d6c0>

    def test_run_chexus(
        instrument: str,
        coda_proposal_id: str | None,
        pathfinder: Callable[..., Path],
    ) -> None:
        path = pathfinder(proposal_id=coda_proposal_id, instrument=instrument)
        reader = chexus.read_hdf5(path, locking=False)
        group = next(reader)
        validators = chexus.validators.base_validators(has_scipp=True)
        results = chexus.validate(group, validators=validators)
        report = chexus.report(results=results)
        logging.info(report)
        logging.info(chexus.make_fileinfo(path))
        if chexus.has_violations(results):
>           raise AssertionError(f"Validation failed for {path}: \n" + report)
E           AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_loki_999999_00020199.hdf: 
E           Violations
E           ----------
E           NX_class_attr_missing @ /entry/.ESS_monitor
E           
E           
E           Summary
E           -------
E           depends_on_missing: 0/87
E           depends_on_target_missing: 0/166
E           float_dataset_units_missing: 0/734
E           group_has_units: 0/387
E           index_has_units: 0/240
E           mask_has_units: 0/0
E           non_numeric_dataset_has_units: 0/411
E           NX_class_attr_missing: 1/387
E           NX_class_invalid: 0/386
E           NX_class_is_legacy: 0/386
E           transformation_depends_on_missing: 0/66
E           transformation_offset_units_missing: 0/7
E           units_invalid: 0/1509
E           NXlog_has_value: 0/170
E           detector_numbers are not unique: 0/9
E           event_id is not subset of associated detector_numbers: 0/9
E           Shape of pixel offsets does not correspond to detector_number: 0/9
E           event_index_too_small: 0/17
E           event_data_has_event_datasets: 0/17
E           NXtransformations_child_not_NX_NUMBER: 0/74
E           chopper_frequency_unit_invalid: 0/4
E           dataset_units_check: 0/1509
E           transformation_offset_units_invalid: 0/7
E           transformation_value_units_invalid: 0/75
E           
E           Total: 1/6666

tests/chexus/chexus_test.py:25: AssertionError

View job log here


AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_loki_999999_00020199.hdf: 
Violations
----------
NX_class_attr_missing @ /entry/.ESS_monitor


Summary
-------
depends_on_missing: 0/87
depends_on_target_missing: 0/166
float_dataset_units_missing: 0/734
group_has_units: 0/387
index_has_units: 0/240
mask_has_units: 0/0
non_numeric_dataset_has_units: 0/411
NX_class_attr_missing: 1/387
NX_class_invalid: 0/386
NX_class_is_legacy: 0/386
transformation_depends_on_missing: 0/66
transformation_offset_units_missing: 0/7
units_invalid: 0/1509
NXlog_has_value: 0/170
detector_numbers are not unique: 0/9
event_id is not subset of associated detector_numbers: 0/9
Shape of pixel offsets does not correspond to detector_number: 0/9
event_index_too_small: 0/17
event_data_has_event_datasets: 0/17
NXtransformations_child_not_NX_NUMBER: 0/74
chopper_frequency_unit_invalid: 0/4
dataset_units_check: 0/1509
transformation_offset_units_invalid: 0/7
transformation_value_units_invalid: 0/75

Total: 1/6666

tests/chexus/chexus_test.py:25: AssertionError
Full output
instrument = 'loki', coda_proposal_id = '999999'
pathfinder = <function pathfinder.<locals>.<lambda> at 0x7f81356e16c0>

    def test_run_chexus(
        instrument: str,
        coda_proposal_id: str | None,
        pathfinder: Callable[..., Path],
    ) -> None:
        path = pathfinder(proposal_id=coda_proposal_id, instrument=instrument)
        reader = chexus.read_hdf5(path, locking=False)
        group = next(reader)
        validators = chexus.validators.base_validators(has_scipp=True)
        results = chexus.validate(group, validators=validators)
        report = chexus.report(results=results)
        logging.info(report)
        logging.info(chexus.make_fileinfo(path))
        if chexus.has_violations(results):
>           raise AssertionError(f"Validation failed for {path}: \n" + report)
E           AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_loki_999999_00020199.hdf: 
E           Violations
E           ----------
E           NX_class_attr_missing @ /entry/.ESS_monitor
E           
E           
E           Summary
E           -------
E           depends_on_missing: 0/87
E           depends_on_target_missing: 0/166
E           float_dataset_units_missing: 0/734
E           group_has_units: 0/387
E           index_has_units: 0/240
E           mask_has_units: 0/0
E           non_numeric_dataset_has_units: 0/411
E           NX_class_attr_missing: 1/387
E           NX_class_invalid: 0/386
E           NX_class_is_legacy: 0/386
E           transformation_depends_on_missing: 0/66
E           transformation_offset_units_missing: 0/7
E           units_invalid: 0/1509
E           NXlog_has_value: 0/170
E           detector_numbers are not unique: 0/9
E           event_id is not subset of associated detector_numbers: 0/9
E           Shape of pixel offsets does not correspond to detector_number: 0/9
E           event_index_too_small: 0/17
E           event_data_has_event_datasets: 0/17
E           NXtransformations_child_not_NX_NUMBER: 0/74
E           chopper_frequency_unit_invalid: 0/4
E           dataset_units_check: 0/1509
E           transformation_offset_units_invalid: 0/7
E           transformation_value_units_invalid: 0/75
E           
E           Total: 1/6666

tests/chexus/chexus_test.py:25: AssertionError

View job log here


AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_loki_999999_00020111.hdf: 
Violations
----------
NX_class_attr_missing @ /entry/.ESS_monitor


Summary
-------
depends_on_missing: 0/87
depends_on_target_missing: 0/166
float_dataset_units_missing: 0/734
group_has_units: 0/387
index_has_units: 0/240
mask_has_units: 0/0
non_numeric_dataset_has_units: 0/411
NX_class_attr_missing: 1/387
NX_class_invalid: 0/386
NX_class_is_legacy: 0/386
transformation_depends_on_missing: 0/66
transformation_offset_units_missing: 0/7
units_invalid: 0/1509
NXlog_has_value: 0/170
detector_numbers are not unique: 0/9
event_id is not subset of associated detector_numbers: 0/9
Shape of pixel offsets does not correspond to detector_number: 0/9
event_index_too_small: 0/17
event_data_has_event_datasets: 0/17
NXtransformations_child_not_NX_NUMBER: 0/74
chopper_frequency_unit_invalid: 0/4
dataset_units_check: 0/1509
transformation_offset_units_invalid: 0/7
transformation_value_units_invalid: 0/75

Total: 1/6666

tests/chexus/chexus_test.py:25: AssertionError
Full output
instrument = 'loki', coda_proposal_id = '999999'
pathfinder = <function pathfinder.<locals>.<lambda> at 0x7ff63d7c16c0>

    def test_run_chexus(
        instrument: str,
        coda_proposal_id: str | None,
        pathfinder: Callable[..., Path],
    ) -> None:
        path = pathfinder(proposal_id=coda_proposal_id, instrument=instrument)
        reader = chexus.read_hdf5(path, locking=False)
        group = next(reader)
        validators = chexus.validators.base_validators(has_scipp=True)
        results = chexus.validate(group, validators=validators)
        report = chexus.report(results=results)
        logging.info(report)
        logging.info(chexus.make_fileinfo(path))
        if chexus.has_violations(results):
>           raise AssertionError(f"Validation failed for {path}: \n" + report)
E           AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_loki_999999_00020111.hdf: 
E           Violations
E           ----------
E           NX_class_attr_missing @ /entry/.ESS_monitor
E           
E           
E           Summary
E           -------
E           depends_on_missing: 0/87
E           depends_on_target_missing: 0/166
E           float_dataset_units_missing: 0/734
E           group_has_units: 0/387
E           index_has_units: 0/240
E           mask_has_units: 0/0
E           non_numeric_dataset_has_units: 0/411
E           NX_class_attr_missing: 1/387
E           NX_class_invalid: 0/386
E           NX_class_is_legacy: 0/386
E           transformation_depends_on_missing: 0/66
E           transformation_offset_units_missing: 0/7
E           units_invalid: 0/1509
E           NXlog_has_value: 0/170
E           detector_numbers are not unique: 0/9
E           event_id is not subset of associated detector_numbers: 0/9
E           Shape of pixel offsets does not correspond to detector_number: 0/9
E           event_index_too_small: 0/17
E           event_data_has_event_datasets: 0/17
E           NXtransformations_child_not_NX_NUMBER: 0/74
E           chopper_frequency_unit_invalid: 0/4
E           dataset_units_check: 0/1509
E           transformation_offset_units_invalid: 0/7
E           transformation_value_units_invalid: 0/75
E           
E           Total: 1/6666

tests/chexus/chexus_test.py:25: AssertionError

View job log here


AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_loki_999999_00019979.hdf: 
Violations
----------
NX_class_attr_missing @ /entry/.ESS_monitor


Summary
-------
depends_on_missing: 0/87
depends_on_target_missing: 0/166
float_dataset_units_missing: 0/734
group_has_units: 0/387
index_has_units: 0/240
mask_has_units: 0/0
non_numeric_dataset_has_units: 0/411
NX_class_attr_missing: 1/387
NX_class_invalid: 0/386
NX_class_is_legacy: 0/386
transformation_depends_on_missing: 0/66
transformation_offset_units_missing: 0/7
units_invalid: 0/1509
NXlog_has_value: 0/170
detector_numbers are not unique: 0/9
event_id is not subset of associated detector_numbers: 0/9
Shape of pixel offsets does not correspond to detector_number: 0/9
event_index_too_small: 0/17
event_data_has_event_datasets: 0/17
NXtransformations_child_not_NX_NUMBER: 0/74
chopper_frequency_unit_invalid: 0/4
dataset_units_check: 0/1509
transformation_offset_units_invalid: 0/7
transformation_value_units_invalid: 0/75

Total: 1/6666

tests/chexus/chexus_test.py:25: AssertionError
Full output
instrument = 'loki', coda_proposal_id = '999999'
pathfinder = <function pathfinder.<locals>.<lambda> at 0x7f2b473456c0>

    def test_run_chexus(
        instrument: str,
        coda_proposal_id: str | None,
        pathfinder: Callable[..., Path],
    ) -> None:
        path = pathfinder(proposal_id=coda_proposal_id, instrument=instrument)
        reader = chexus.read_hdf5(path, locking=False)
        group = next(reader)
        validators = chexus.validators.base_validators(has_scipp=True)
        results = chexus.validate(group, validators=validators)
        report = chexus.report(results=results)
        logging.info(report)
        logging.info(chexus.make_fileinfo(path))
        if chexus.has_violations(results):
>           raise AssertionError(f"Validation failed for {path}: \n" + report)
E           AssertionError: Validation failed for /ess/data/coda/999999/raw/coda_loki_999999_00019979.hdf: 
E           Violations
E           ----------
E           NX_class_attr_missing @ /entry/.ESS_monitor
E           
E           
E           Summary
E           -------
E           depends_on_missing: 0/87
E           depends_on_target_missing: 0/166
E           float_dataset_units_missing: 0/734
E           group_has_units: 0/387
E           index_has_units: 0/240
E           mask_has_units: 0/0
E           non_numeric_dataset_has_units: 0/411
E           NX_class_attr_missing: 1/387
E           NX_class_invalid: 0/386
E           NX_class_is_legacy: 0/386
E           transformation_depends_on_missing: 0/66
E           transformation_offset_units_missing: 0/7
E           units_invalid: 0/1509
E           NXlog_has_value: 0/170
E           detector_numbers are not unique: 0/9
E           event_id is not subset of associated detector_numbers: 0/9
E           Shape of pixel offsets does not correspond to detector_number: 0/9
E           event_index_too_small: 0/17
E           event_data_has_event_datasets: 0/17
E           NXtransformations_child_not_NX_NUMBER: 0/74
E           chopper_frequency_unit_invalid: 0/4
E           dataset_units_check: 0/1509
E           transformation_offset_units_invalid: 0/7
E           transformation_value_units_invalid: 0/75
E           
E           Total: 1/6666

tests/chexus/chexus_test.py:25: AssertionError

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report

View job log here


Test passed, nothing to report