Skip to content
Snippets Groups Projects
Commit 3b577ab8 authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Ensure prop is not dividing by 0

parent c296d752
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ def test_inv_node():
pass
try:
feats.append(InvNode(feat_1, 4, 1e1, 1e50))
feats.append(InvNode(feat_1, 4, 1e40, 1e50))
raise InvalidFeatureMade("Inversion outside of user specified bounds")
except RuntimeError:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment