Felix Claessen
Felix Claessen
This PR adds some tests for a timezone with positive UTC offset. It also makes a real code change, by relaxing the ISO datetime regex to allow a space in...
I found the following unexpected difference between float type and decimal type registries: ``` import decimal import pint ur = pint.UnitRegistry(non_int_type=decimal.Decimal) pint.Quantity("m/s").to("km/h") # ur.Quantity("m/s").to("km/h") # fails with TypeError: unsupported operand...
From https://github.com/gweis/isodate/pull/64: > A `datetime.timedelta(days=1)` is defined as exactly 24 hours, whereas ISO 8601 defines "P1D" as a calendar day, whose exact duration depends on its positioning in a calendar....
Closes #492.
This issue is related to #476. Since the asset page no longer shows a bokeh plot of the latest state (instead, an altair plot of sensor data is shown), the...
In `flexmeasures/data/models/generic_assets.py", line 387, in search_beliefs`: ``` bdf = bdf.resample_events(min_resolution) ``` Fails with `ZeroDivisionError: integer division or modulo by zero`.
Follow-up from PR #451. The tutorial for scheduling a toy battery can be followed up with an example of scheduling within the context of a building with local production from...
From https://github.com/FlexMeasures/flexmeasures/pull/451#discussion_r952887454: The distinction between the timing of beliefs and the timing of events is critical to our data model, and we welcome tweaks to make it more understandable. I...
We are thinking about ways to show the possibilities from having a rich data model that includes the recording time of data. One of the features we could add is...