Skip to content

Commit

Permalink
pandas update
Browse files Browse the repository at this point in the history
  • Loading branch information
mullenkamp committed Nov 6, 2024
1 parent b57410d commit f835fbb
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 @@ -30,9 +30,9 @@
###############################
### Tests

tsdata = pd.read_csv(example1, parse_dates=True, infer_datetime_format=True, index_col='date', compression='zip')
tsdata = pd.read_csv(example1, parse_dates=True, index_col='date', compression='zip')

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


def test_eto_fao_daily():
Expand Down

0 comments on commit f835fbb

Please sign in to comment.