DMSC Integration Testing

Last updated: May 27, 2026 07:22:11

Test: chexus|beer|run_chexus|

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7f1d05bb37e0>

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_beer_999999_00003358.hdf:
E Violations
E ----------
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_n2/detector_events (event_id:s that are not in detector_number: [ 50331649 50331650 50331651 ... 100663294 100663295 100663296])
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_s2/detector_events (event_id:s that are not in detector_number: [12000001 12000002 12000003 ... 50331646 50331647 50331648])
E
E
E Summary
E -------
E depends_on_missing: 0/27
E depends_on_target_missing: 0/66
E float_dataset_units_missing: 0/346
E group_has_units: 0/157
E index_has_units: 0/100
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/203
E NX_class_attr_missing: 0/157
E NX_class_is_legacy: 0/157
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/2
E event_id is not subset of associated detector_numbers: 2/2
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 0/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 2/2793

tests/chexus/chexus_test.py:25: AssertionError

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7ff0b568f7e0>

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_beer_999999_00003223.hdf:
E Violations
E ----------
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_n2/detector_events (event_id:s that are not in detector_number: [ 50331649 50331650 50331651 ... 100663294 100663295 100663296])
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_s2/detector_events (event_id:s that are not in detector_number: [12000001 12000002 12000003 ... 50331646 50331647 50331648])
E
E
E Summary
E -------
E depends_on_missing: 0/27
E depends_on_target_missing: 0/66
E float_dataset_units_missing: 0/346
E group_has_units: 0/157
E index_has_units: 0/100
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/204
E NX_class_attr_missing: 0/157
E NX_class_is_legacy: 0/157
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/2
E event_id is not subset of associated detector_numbers: 2/2
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 0/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 2/2794

tests/chexus/chexus_test.py:25: AssertionError

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7f7a5ffeb7e0>

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_beer_999999_00003079.hdf:
E Violations
E ----------
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_n2/detector_events (event_id:s that are not in detector_number: [ 50331649 50331650 50331651 ... 100663294 100663295 100663296])
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_s2/detector_events (event_id:s that are not in detector_number: [12000001 12000002 12000003 ... 50331646 50331647 50331648])
E
E
E Summary
E -------
E depends_on_missing: 0/27
E depends_on_target_missing: 0/66
E float_dataset_units_missing: 0/346
E group_has_units: 0/157
E index_has_units: 0/100
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/203
E NX_class_attr_missing: 0/157
E NX_class_is_legacy: 0/157
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/2
E event_id is not subset of associated detector_numbers: 2/2
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 0/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 2/2793

tests/chexus/chexus_test.py:25: AssertionError

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7f52c76137e0>

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_beer_999999_00002944.hdf:
E Violations
E ----------
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_n2/detector_events (event_id:s that are not in detector_number: [ 50331650 50331651 50331652 ... 100663294 100663295 100663296])
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_s2/detector_events (event_id:s that are not in detector_number: [12000001 12000002 12000003 ... 50331645 50331646 50331647])
E
E
E Summary
E -------
E depends_on_missing: 0/27
E depends_on_target_missing: 0/66
E float_dataset_units_missing: 0/346
E group_has_units: 0/157
E index_has_units: 0/100
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/204
E NX_class_attr_missing: 0/157
E NX_class_is_legacy: 0/157
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/2
E event_id is not subset of associated detector_numbers: 2/2
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 0/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 2/2794

tests/chexus/chexus_test.py:25: AssertionError

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7f23e43537e0>

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_beer_999999_00002800.hdf:
E Violations
E ----------
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_n2/detector_events (event_id:s that are not in detector_number: [ 50331649 50331650 50331651 ... 100663294 100663295 100663296])
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_s2/detector_events (event_id:s that are not in detector_number: [12000001 12000002 12000003 ... 50331646 50331647 50331648])
E
E
E Summary
E -------
E depends_on_missing: 0/27
E depends_on_target_missing: 0/66
E float_dataset_units_missing: 0/346
E group_has_units: 0/157
E index_has_units: 0/100
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/204
E NX_class_attr_missing: 0/157
E NX_class_is_legacy: 0/157
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/2
E event_id is not subset of associated detector_numbers: 2/2
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 0/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 2/2794

tests/chexus/chexus_test.py:25: AssertionError

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7f7ad81f77e0>

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_beer_999999_00002552.hdf:
E Violations
E ----------
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_n2/detector_events (event_id:s that are not in detector_number: [ 50331649 50331650 50331651 ... 100663294 100663295 100663296])
E event_id is not subset of associated detector_numbers @ /entry/instrument/beer_detector_s2/detector_events (event_id:s that are not in detector_number: [12000001 12000002 12000003 ... 50331646 50331647 50331648])
E
E
E Summary
E -------
E depends_on_missing: 0/27
E depends_on_target_missing: 0/66
E float_dataset_units_missing: 0/346
E group_has_units: 0/157
E index_has_units: 0/100
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/203
E NX_class_attr_missing: 0/157
E NX_class_is_legacy: 0/157
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/2
E event_id is not subset of associated detector_numbers: 2/2
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 0/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 2/2793

tests/chexus/chexus_test.py:25: AssertionError

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7f9d498737e0>

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_beer_999999_00002269.hdf:
E Violations
E ----------
E event_index_too_small @ /entry/instrument/beam_monitor_m1/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beam_monitor_m2/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beam_monitor_m3/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beer_detector_n2/detector_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beer_detector_s2/detector_events/event_index (event_index type too small)
E
E
E Summary
E -------
E depends_on_missing: 0/30
E depends_on_target_missing: 0/69
E float_dataset_units_missing: 0/346
E group_has_units: 0/163
E index_has_units: 0/98
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/207
E NX_class_attr_missing: 0/163
E NX_class_is_legacy: 0/163
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/0
E event_id is not subset of associated detector_numbers: 0/0
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 5/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 5/2815

tests/chexus/chexus_test.py:25: AssertionError

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7f15c300b7e0>

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_beer_999999_00002152.hdf:
E Violations
E ----------
E event_index_too_small @ /entry/instrument/beam_monitor_m1/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beam_monitor_m2/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beam_monitor_m3/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beer_detector_n2/detector_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beer_detector_s2/detector_events/event_index (event_index type too small)
E
E
E Summary
E -------
E depends_on_missing: 0/30
E depends_on_target_missing: 0/69
E float_dataset_units_missing: 0/346
E group_has_units: 0/163
E index_has_units: 0/98
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/207
E NX_class_attr_missing: 0/163
E NX_class_is_legacy: 0/163
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/0
E event_id is not subset of associated detector_numbers: 0/0
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 5/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 5/2815

tests/chexus/chexus_test.py:25: AssertionError

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7fe090d5b7e0>

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_beer_999999_00002035.hdf:
E Violations
E ----------
E event_index_too_small @ /entry/instrument/beam_monitor_m1/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beam_monitor_m2/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beam_monitor_m3/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beer_detector_n2/detector_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beer_detector_s2/detector_events/event_index (event_index type too small)
E
E
E Summary
E -------
E depends_on_missing: 0/30
E depends_on_target_missing: 0/69
E float_dataset_units_missing: 0/346
E group_has_units: 0/163
E index_has_units: 0/98
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/208
E NX_class_attr_missing: 0/163
E NX_class_is_legacy: 0/163
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/0
E event_id is not subset of associated detector_numbers: 0/0
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 5/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 5/2816

tests/chexus/chexus_test.py:25: AssertionError

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7f470b1ef7e0>

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_beer_999999_00001918.hdf:
E Violations
E ----------
E event_index_too_small @ /entry/instrument/beam_monitor_m1/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beam_monitor_m2/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beam_monitor_m3/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beer_detector_n2/detector_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beer_detector_s2/detector_events/event_index (event_index type too small)
E
E
E Summary
E -------
E depends_on_missing: 0/30
E depends_on_target_missing: 0/69
E float_dataset_units_missing: 0/346
E group_has_units: 0/163
E index_has_units: 0/98
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/207
E NX_class_attr_missing: 0/163
E NX_class_is_legacy: 0/163
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/0
E event_id is not subset of associated detector_numbers: 0/0
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 5/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 5/2815

tests/chexus/chexus_test.py:25: AssertionError

View job log here


instrument = 'beer', coda_proposal_id = '999999'
pathfinder = . at 0x7f27757df7e0>

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_beer_999999_00001801.hdf:
E Violations
E ----------
E event_index_too_small @ /entry/instrument/beam_monitor_m1/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beam_monitor_m2/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beam_monitor_m3/monitor_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beer_detector_n2/detector_events/event_index (event_index type too small)
E event_index_too_small @ /entry/instrument/beer_detector_s2/detector_events/event_index (event_index type too small)
E
E
E Summary
E -------
E depends_on_missing: 0/30
E depends_on_target_missing: 0/69
E float_dataset_units_missing: 0/346
E group_has_units: 0/163
E index_has_units: 0/98
E mask_has_units: 0/0
E non_numeric_dataset_has_units: 0/208
E NX_class_attr_missing: 0/163
E NX_class_is_legacy: 0/163
E transformation_depends_on_missing: 0/30
E transformation_offset_units_missing: 0/0
E units_invalid: 0/708
E NXlog_has_value: 0/90
E detector_numbers are not unique: 0/0
E event_id is not subset of associated detector_numbers: 0/0
E Shape of pixel offsets does not correspond to detector_number: 0/0
E event_index_too_small: 5/5
E chopper_frequency_unit_invalid: 0/5
E dataset_units_check: 0/708
E transformation_offset_units_invalid: 0/0
E transformation_value_units_invalid: 0/30
E
E Total: 5/2816

tests/chexus/chexus_test.py:25: AssertionError