[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-04-03 10:02:54 +00:00
parent 9a4fd2e8f0
commit aa3284438a
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ place the objects you want to appear in the doctest namespace:
import pytest
import numpy
@pytest.fixture(autouse=True)
def add_np(doctest_namespace):
doctest_namespace["np"] = numpy