Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hdunham committed Apr 23, 2024
1 parent 638bb93 commit fe64e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reoptjl/test/test_job_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ def test_superset_input_fields(self):
r = json.loads(resp.content)
results = r["outputs"]

self.maxDiff = None
self.assertEqual(r, {})
self.assertAlmostEqual(results["Financial"]["npv"], -258533.19, places=-3)
assert(resp.status_code==200)
Expand Down

0 comments on commit fe64e66

Please sign in to comment.