Modify the logic for the acceptance tests
As discussed in this comment:
Modify the logic of the acceptance tests so a PR is flagged if there is at least one additional error in one dataset from the Mobility Database (currently it's flagged if there is at least one additional error in at least 1% of datasets).
Modify the logic of the acceptance tests so a PR is flagged if there is at least one additional error in one dataset from the Mobility Database
Is this one additional error type, or one additional occurrence of an error type (or both)?
If you're treating this more like a unit test and expecting the same output from both validators, then IMHO count occurrences of errors is important. In other words, you'd want to know if a code change made the output jump from 1 occurrence of block_trips_with_overlapping_stop_times to 1000 occurrences.
👋 Hello,
Is this one additional error type, or one additional occurrence of an error type (or both)?
We are thinking one additional occurrence of an error type. Thanks for clarifying this!