Skip to content

Commit

Permalink
pandas again...
Browse files Browse the repository at this point in the history
  • Loading branch information
mullenkamp committed Nov 6, 2024
1 parent eafeca6 commit 8f2e64e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eto/tests/test_eto.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def test_eto_har_daily():

def test_eto_fao_hourly():
tsdata2 = et1.ts_param[['R_s', 'T_mean', 'e_a']]
tsdata3 = et1.tsreg(tsdata2, 'H', 'time')
et2 = ETo(tsdata3, 'H', z_msl, lat, lon, TZ_lon)
tsdata3 = et1.tsreg(tsdata2, 'h', 'time')
et2 = ETo(tsdata3, 'h', z_msl, lat, lon, TZ_lon)
eto3 = et2.eto_fao().sum()

res1 = tsresults['ETo_FAO_mm'].sum()
Expand Down

0 comments on commit 8f2e64e

Please sign in to comment.