Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Evapotranspiration/ETo into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mullenkamp committed May 13, 2021
2 parents ae37988 + 8d17802 commit 3f586ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eto/tests/utest_eto.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
###############################
### Tests

tsdata = pd.read_table(example1, sep=';', parse_dates=True, infer_datetime_format=True, index_col='DATUM').drop('STATION', axis=1)
tsdata1 = pd.read_table(example1, sep=';', parse_dates=True, infer_datetime_format=True, index_col='DATUM').drop('STATION', axis=1)

# tsresults = pd.read_csv(results1, parse_dates=True, infer_datetime_format=True, index_col='date')

et1 = ETo(tsdata, 'H', z_msl, lat, lon, TZ_lon, K_rs=0.16)
et1 = ETo(tsdata1, 'H', z_msl, lat, lon, TZ_lon, K_rs=0.16)
eto1 = et1.eto_fao()


Expand Down

0 comments on commit 3f586ea

Please sign in to comment.