diff options
author | Rohit Goswami <rog32@hi.is> | 2022-06-05 19:45:04 +0000 |
---|---|---|
committer | Rohit Goswami <rog32@hi.is> | 2022-06-05 19:50:03 +0000 |
commit | 5c0ecb52890f92d43cf70519cd5491b8415b3710 (patch) | |
tree | 300b1efd7f5ddb03ea0a6ae4bf572a4ff24cde5a /numpy/f2py/tests/test_docs.py | |
parent | f20d90cc2598c95dbcf7e0246f83499f4f4c5c27 (diff) | |
download | numpy-5c0ecb52890f92d43cf70519cd5491b8415b3710.tar.gz |
MAINT,DOC: Fix doc fragments and tests
Diffstat (limited to 'numpy/f2py/tests/test_docs.py')
-rw-r--r-- | numpy/f2py/tests/test_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/f2py/tests/test_docs.py b/numpy/f2py/tests/test_docs.py index 4aa5f5f5c..6631dd82c 100644 --- a/numpy/f2py/tests/test_docs.py +++ b/numpy/f2py/tests/test_docs.py @@ -11,7 +11,7 @@ def get_docdir(): return os.path.abspath(os.path.join( os.path.dirname(__file__), '..', '..', '..', - 'doc', 'source', 'f2py')) + 'doc', 'source', 'f2py', 'code')) pytestmark = pytest.mark.skipif( |