Skip to content

Commit

Permalink
remove additional ignore warning
Browse files Browse the repository at this point in the history
  • Loading branch information
samjrholt committed Jun 10, 2024
1 parent 7ac627f commit 7bc2ac1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions discretisedfield/tests/test_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -3205,6 +3205,7 @@ def test_mpl_vector(test_field):
plt.close("all")


@pytest.mark.filterwarnings("ignore:Automatic coloring")
@pytest.mark.parametrize("nvdim", [1, 2, 3, 4])
def test_mpl_dimension_vector(valid_mesh, nvdim):
field = df.Field(valid_mesh, nvdim=nvdim)
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ filterwarnings = [
"error",
"ignore:((.|\n)*)Sentinel is not a public part of the traitlets API((.|\n)*)", # dependency of k3d
"ignore:((.|\n)*)`ipykernel.pylab.backend_inline` is deprecated((.|\n)*)", # dependency of ipywidgets
"ignore:((.|\n)*)Automatic coloring is only supported for 3d fields.((.|\n)*)", # Our warning
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit 7bc2ac1

Please sign in to comment.