@jonahpearl found this bug in the if statement. The intended behavior should be when this flag is set to False, the if condition is evaluated to True, the bug is caused by failing to do that.
What was done?
I corrected the if statement
How Has This Been Tested?
Locally on Jonah's data and CI
Breaking Changes
NA
Checklist:
[x] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have added or updated relevant unit/integration/functional/e2e tests
[ ] I have made corresponding changes to the documentation
Issue being fixed or feature implemented
@jonahpearl found this bug in the if statement. The intended behavior should be when this flag is set to False, the if condition is evaluated to True, the bug is caused by failing to do that.
What was done?
I corrected the if statement
How Has This Been Tested?
Locally on Jonah's data and CI
Breaking Changes
NA
Checklist: