Skip to content

Commit

Permalink
Fix tests acoording to changed cpacity
Browse files Browse the repository at this point in the history
  • Loading branch information
uvchik committed Jan 21, 2020
1 parent a1b6dbd commit 5d19bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_scenario_powerplant_and_chp.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ def test_chp(self):
transf = basic_scenario.scenario_chp(
self.pp, self.regions, 2014, "de21"
)["transformer"]
eq_(int(transf.loc["capacity", ("DE01", "hard coal")]), 485)
eq_(int(transf.loc["capacity_elec_chp", ("DE01", "hard coal")]), 806)
eq_(int(transf.loc["capacity", ("DE01", "hard coal")]), 623)
eq_(int(transf.loc["capacity_elec_chp", ("DE01", "hard coal")]), 667)

0 comments on commit 5d19bf9

Please sign in to comment.