Skip to content

Avoid using `run_metadata()` by default, to not fail for EXDF-v0.5 files

Karim Ahmed requested to merge fix/avoid_run_metadata_by_default into master

Description

SPB faced a failed dark processing for GH2 while looking for the proposal number. As I understand they were using a run validator to create voview files of 0.5V

I have avoided depending on the run_metadata() from extra_data in all places that don't check for the Version.

How Has This Been Tested?

CI tests

Relevant Documents (optional)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

Reviewers

@schmidtp @kluyvert

Edited by Karim Ahmed

Merge request reports