Skip to content

Commit

Permalink
Updated varmat compatibility test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbales2 committed Mar 29, 2021
1 parent 17f1816 commit 7717316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/varmat_compatibility_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def test_sum_works(self):
f = tempfile.NamedTemporaryFile("w", suffix = "_test.json", delete = False)
f.close()

varmat_compatibility.main(["sum"], f.name, 1)
varmat_compatibility.main(["sum"], f.name, 1, False)

with open(f.name) as f:
results = json.load(f)
Expand Down

0 comments on commit 7717316

Please sign in to comment.