diff --git a/tests/test_electricity.py b/tests/test_electricity.py index 99db96cb..9c8e1c3d 100644 --- a/tests/test_electricity.py +++ b/tests/test_electricity.py @@ -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():