Skip to content

Commit

Permalink
test_plot: skip memory blasting test (#693)
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuel-schmid committed Apr 14, 2023
1 parent 3c95127 commit 7b1bf32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion climada/test/test_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,9 @@ def test_hazard_centroids(self):
centroids = Centroids.from_base_grid()
centroids.plot()

def test_exposures_value_pass(self):
# sipped because of issue #693
# TODO: unskip when #693 is solved
def skip_test_exposures_value_pass(self):
"""Plot exposures values."""
myexp = pd.read_excel(ENT_DEMO_TODAY)
myexp = Exposures(myexp)
Expand Down

0 comments on commit 7b1bf32

Please sign in to comment.