Skip to content

Commit

Permalink
Ignore some more warnings...
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel committed Feb 14, 2024
1 parent 38fa667 commit 804c2ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,12 @@ filterwarnings = [
# Should probably be fixed:
"ignore::ResourceWarning",
"ignore:The fit may be poorly conditioned:astropy.utils.exceptions.AstropyUserWarning",
"ignore::astropy.units.core.UnitsWarning",
# Perhaps fix?
"ignore:divide by zero encountered in scalar divide:RuntimeWarning",
"ignore:divide by zero encountered in double_scalars:RuntimeWarning",
"ignore:invalid value encountered in multiply:RuntimeWarning",
"ignore:invalid value encountered in divide:RuntimeWarning",
"ignore:Cannot merge meta key.*:astropy.utils.metadata.MergeConflictWarning",
"default:The fov_grid*:DeprecationWarning",
# Raised when saving fits files, not so important to fix:
Expand All @@ -102,7 +104,7 @@ filterwarnings = [
"ignore:datetime.datetime.utcfromtimestamp()*:DeprecationWarning",
# Pytest Notebook stuff
"ignore:The*:pytest.PytestRemovedIn8Warning",
"ignore:Proactor*:RuntimeWarning"
"ignore:Proactor*:RuntimeWarning",
]

[tool.coverage.report]
Expand Down

0 comments on commit 804c2ef

Please sign in to comment.