Skip to content

Commit

Permalink
update all inputs test value due to new techs added
Browse files Browse the repository at this point in the history
  • Loading branch information
zolanaj committed Jul 2, 2024
1 parent fefc270 commit 91a70d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reoptjl/test/test_job_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def test_superset_input_fields(self):
resp = self.api_client.get(f'/v3/job/{run_uuid}/results')
r = json.loads(resp.content)
results = r["outputs"]
self.assertAlmostEqual(results["Financial"]["npv"], -258533.19, delta=0.01*results["Financial"]["lcc"])
self.assertAlmostEqual(results["Financial"]["npv"], -483656.69, delta=0.01*results["Financial"]["lcc"])
assert(resp.status_code==200)

def test_steamturbine_defaults_from_julia(self):
Expand Down

0 comments on commit 91a70d7

Please sign in to comment.