Skip to content

Commit

Permalink
Update test results after change to model
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill-Becker committed Nov 7, 2023
1 parent b32d159 commit 16b6fee
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 @@ -33,7 +33,7 @@ def test_multiple_outages(self):
self.assertAlmostEqual(sum(sum(np.array(results["Outages"]["unserved_load_per_outage_kwh"]))), 0.0, places=0)
# TODO figure out why microgrid_upgrade_capital_cost is about $3000 different locally than on GitHub Actions
self.assertAlmostEqual(results["Outages"]["microgrid_upgrade_capital_cost"], 1974429.4, delta=5000.0)
self.assertAlmostEqual(results["Financial"]["lcc"], 59868435.9, delta=5000.0)
self.assertAlmostEqual(results["Financial"]["lcc"], 59907198.3, places=-4)

def test_pv_battery_and_emissions_defaults_from_julia(self):
"""
Expand Down

0 comments on commit 16b6fee

Please sign in to comment.