When I run a reporter (to calculate derived energy prices), this logs lots of warning lines:
server-1 | /usr/local/lib/python3.12/dist-packages/pandas/core/frame.py:706: DeprecationWarning: Passing a BlockManager to BeliefsDataFrame is deprecated and will raise in a future version. Use public APIs instead.
server-1 | warnings.warn(
...
server-1 | /usr/local/lib/python3.12/dist-packages/timely_beliefs/beliefs/classes.py:776: DeprecationWarning: Passing a SingleBlockManager to BeliefsSeries is deprecated and will raise in a future version. Use public APIs instead.
server-1 | super().__init__(*args, **kwargs)
...
This has the unwanted side-effect of this is that the disk space of the Docker container also filling up quickly forcing me to restart the containers reguarly.
When I run a reporter (to calculate derived energy prices), this logs lots of warning lines:
This has the unwanted side-effect of this is that the disk space of the Docker container also filling up quickly forcing me to restart the containers reguarly.