Skip to content

Commit dfce16f

Browse files
committed
Remove useless comments
1 parent 102f9be commit dfce16f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

climada/engine/test/test_impact_forecast.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ def test_impact_forecast_mean_min_max(impact_forecast):
172172
imp_fcst_mean = impact_forecast.mean()
173173
imp_fcst_min = impact_forecast.min()
174174
imp_fcst_max = impact_forecast.max()
175-
# sparse.csr_matrix(
176-
# np.array([[0, 0], [1, 1], [2, 2], [3, 3], [30, 30], [31, 31]])
177175

178176
# assert imp_mat
179177
npt.assert_array_equal(

0 commit comments

Comments
 (0)