From 8b7900acf493ebbf4f30d359bbed18eb80f72d7f Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Wed, 7 Feb 2024 20:50:25 +0100 Subject: [PATCH] Fix test --- tests/test_electricity.py | 2 -- 1 file changed, 2 deletions(-) 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():