Skip to content

Fix warnings in CI build pipeline #280

@sbrugman

Description

@sbrugman

Fix warnings in CI build pipeline:

  • DeprecationWarning: Converting np.inexact or np.floating to 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 relatedgood first issueGood for newcomershacktoberfest

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions