We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8db5bf0 commit 2044710Copy full SHA for 2044710
enacts/tests/test_calc.py
@@ -351,7 +351,6 @@ def test_seasonal_cess_date_keeps_returning_same_outputs():
351
sminit=0,
352
time_dim="T"
353
).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))
355
cessds = calc.seasonal_cess_date_from_sm(
356
soil_moisture=wb,
357
search_start_day=1,
0 commit comments