FlexMeasures / flexmeasures

The intelligent & developer-friendly EMS to support real-time energy flexibility apps, rapidly and scalable.
https://flexmeasures.io
Apache License 2.0
133 stars 34 forks source link

Drop deprecated app.schedulers and app.reporters attributes #1098

Closed nhoening closed 3 days ago

nhoening commented 2 weeks ago

These attributes have been deprecated a few versions and the deprecation logic seemed also not 100% correct.

nhoening commented 2 weeks ago

The code which prints the deprecation warning was always called. The intention was to set the function get_reporters as a property to be called when app.reporters is accessed, but that wasn't really done.