Skip to content

Commit 2044710

Browse files
committed
removing a print
1 parent 8db5bf0 commit 2044710

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

enacts/tests/test_calc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ def test_seasonal_cess_date_keeps_returning_same_outputs():
351351
sminit=0,
352352
time_dim="T"
353353
).to_array(name="soil moisture").squeeze("variable", drop=True)
354-
print(wb.where((wb["T"].dt.day == 31) & (wb["T"].dt.month == 8), drop=True))
355354
cessds = calc.seasonal_cess_date_from_sm(
356355
soil_moisture=wb,
357356
search_start_day=1,

0 commit comments

Comments
 (0)