opera-adt / disp-s1

OPERA Displacement workflows
Other
5 stars 7 forks source link

Skip the runconfig dtype check in `validate` #117

Open scottstanie opened 1 month ago

scottstanie commented 1 month ago

@collinss-jpl noted that SDS will often make small minor change to the PGE runconfig, which may/should not affect the test. But right now the validation fails since the string length is different:

disp_s1.validate.ComparisonError: /metadata/pge_runconfig dtypes do not match: |S10634 vs |S10630

We should remove this check and just log any difference