Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Feb 7, 2024
1 parent dc954cf commit 8b7900a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_electricity.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ def get_db():
@pytest.mark.skipif(not key, reason="No access to decryption key")
def test_losses():
assert len(el.network_loss) == 13
assert np.isclose(el.network_loss["CAZ"]["high"]["transf_loss"], 0.0223586, rtol=1e-2)


@pytest.mark.skipif(not key, reason="No access to decryption key")
def test_powerplant_map():
Expand Down

0 comments on commit 8b7900a

Please sign in to comment.