Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed May 10, 2021
1 parent 2612e2c commit 8d17802
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 8d17802

Please sign in to comment.