Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🩹 Unify the supported user inputs across the debug and prod configs
Before this change ``` < "userinput.keylist": ["manual/mode_confirm", "manual/purpose_confirm", "manual/trip_user_input", "manual/place_user_input"] --- > "userinput.keylist": ["manual/mode_confirm", "manual/purpose_confirm", "manual/replaced_mode", "manual/trip_user_input"] ``` After this change, no diffs in the `userinput.keylist`. Only changes are to the assertions being enabled ``` $ diff conf/analysis/debug.conf.dev.json conf/analysis/debug.conf.prod.json 3,4c3,4 < "intake.cleaning.clean_and_resample.speedDistanceAssertions": true, < "intake.cleaning.clean_and_resample.sectionValidityAssertions": true, --- > "intake.cleaning.clean_and_resample.speedDistanceAssertions": false, > "intake.cleaning.clean_and_resample.sectionValidityAssertions": false, ```
- Loading branch information