ORDerly icon indicating copy to clipboard operation
ORDerly copied to clipboard

Only test remove_inconsistent_yields once

Open dswigh opened this issue 1 year ago • 0 comments

Tests take a long time, and one reason is that we've got remove_inconsistent_yields as a bool that we vary with two other bools a lot of times. This means we have (3x3=9) test cases in the cleaner instead of (2x2=4), and in the extractor we are also extracting all data multiple times with remove_inconsistent_yields=T/F. It's a relatively simple function, so we should just have a separate test for it.

dswigh avatar Jun 06 '23 16:06 dswigh