Skip to content

Commit

Permalink
Remove debugging assert that caused tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-heil committed Nov 18, 2020
1 parent 8588500 commit bb736d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,4 @@ def test_determine_subset_fraction(train_positive, train_negative, val_positive,
subset_result = subset_fraction * train_negative
new_train_frac = train_positive / (subset_result + train_positive)

print(new_train_frac)
assert False
assert pytest.approx(new_train_frac, val_fraction)

0 comments on commit bb736d2

Please sign in to comment.