[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
9a4fd2e8f0
commit
aa3284438a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue