Skip to content
Snippets Groups Projects
Commit 4d8066ea authored by Rob Moss's avatar Rob Moss
Browse files

Remove breakpoint from test_adaptive_fit

While useful when debugging test failures, breakpoints should only be
used when running test cases interactively.
parent 288f4dbb
Branches
Tags
No related merge requests found
Pipeline #68721 passed
......@@ -164,7 +164,6 @@ def test_adaptive_fit_predation_fixed_exps():
if resampled:
assert not np.array_equal(values[0], values[step])
elif not np.array_equal(values[0], values[step]):
breakpoint()
assert np.array_equal(values[0], values[step])
# Ensure that parameters vary over the final pass.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment