cgmorton / et-demands

Crop ET Demands Model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't make bokeh daily time series plots for dates before 1970-01-01 on Windows

cgmorton opened this issue · comments

This is because of a call in Bokeh to time.mktime(). For now, calls to plot_crop_daily_timeseries.py will need to set the start date using the command line argument "--start 1970-01-01".

This issue has been resolved on the bokeh side. The requirements.txt should be updated to make the minimum bokeh version be 0.12.7. We need to do some additional testing with the new version before closing the issue though.