Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated check function to us in/not in (#242)
Closes #241 This was tested using the attached sblar. Prior to the fix, entries 1 and 4-8 should have thrown E2011 but were not (with action_taken equaling 3, denial_reasons cannot contain 999 but they obviously do). With this fix, E2011 is now thrown for those entries, and all the previous correctly thrown errors using the has_valid_enum_pair check function are still thrown. [all_logic_errors.csv](https://github.com/user-attachments/files/16515018/all_logic_errors.csv)
- Loading branch information