-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
CIContinuous integration/Github Actions relatedContinuous integration/Github Actions relatedgood first issueGood for newcomersGood for newcomershacktoberfest
Description
Fix warnings in CI build pipeline:
- DeprecationWarning: Converting
np.inexactornp.floatingto a dtype is deprecated. (histogrammar) - FutureWarning: In a future version, DataFrame.mean(axis=None) will return a scalar mean over the entire DataFrame.
- FutureWarning: Dropping of nuisance columns in rolling operations is deprecated; in a future version
We can configure pytest to fail on warnings in pyproject.toml:
filterwarnings = ["error"]
This continues on #262
Metadata
Metadata
Assignees
Labels
CIContinuous integration/Github Actions relatedContinuous integration/Github Actions relatedgood first issueGood for newcomersGood for newcomershacktoberfest