You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: