GreenScheduler / cats

CATS: the Climate-Aware Task Scheduler :cat2: :tiger2: :leopard:
https://greenscheduler.github.io/cats/
MIT License
50 stars 8 forks source link

Remove `simple` method for getting the job start time. #55

Closed tlestang closed 1 year ago

tlestang commented 1 year ago

This removes the so-called simple method of getting the start time, which only returns the minimum point estimate across the forecast data. This came about while reviewing #52. If I remember correctly, the simple method is inherited from the race of the CW23 hackathon, as a good way of having something quick to interface with the other modules in cats.

This also remove test_timeseries_conversion, which I think is made obsolete by tests in test_forecast.