Skip to content

Logging is clogged with warnings #2078

@rhpijnacker

Description

@rhpijnacker

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.

Metadata

Metadata

Labels

help wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions