Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Feb 7, 2024
1 parent dc954cf commit b4e036a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_electricity.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ 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)
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")
Expand Down

0 comments on commit b4e036a

Please sign in to comment.