Skip to content

Commit

Permalink
Fixing small bad_relations error.
Browse files Browse the repository at this point in the history
  • Loading branch information
1ozturkbe committed Jun 18, 2019
1 parent 8548044 commit b9832cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robust/testing/t_two_term_approximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def test_bad_relations():

p = sum(m)

actual_relations, actual_sizes = TwoTermApproximation.bad_relations(p, p_uncertain_vars, [])
actual_relations, actual_sizes = TwoTermApproximation.bad_relations(p)

keys = actual_relations.keys()
actual_relations_mons = {}
Expand Down

0 comments on commit b9832cf

Please sign in to comment.