alan-turing-institute / CROP

CROP is a Research Observation Platform
MIT License
25 stars 4 forks source link

Arima timetravelling #428

Closed mhauru closed 1 year ago

mhauru commented 1 year ago

Allows easily showing old Arima results. Simply adjusting the line 299 in webapp/app/predictions/routes.py, now = dt.datetime.now(), does it (assuming the old Arima results are in the database).

mhauru commented 1 year ago

The multiple commits are a consequence of some sort of lack of sync between main and develop, where there were commits on main that weren't on develop. They seem to introduce no code changes though, so 🤷