We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4882a0d + af0a8a8 commit 3f3ca06Copy full SHA for 3f3ca06
1 file changed
src/chexus/validators.py
@@ -505,6 +505,7 @@ def base_validators(*, has_scipp=True):
505
detector_numbers_unique_in_detector(),
506
event_id_subset_of_detector_number(),
507
NXdetector_pixel_offsets_are_unambiguous(),
508
+ event_index_is_eight_bytes(),
509
]
510
if has_scipp:
511
validators += [
0 commit comments