We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b802c03 commit 851d543Copy full SHA for 851d543
tests/test_analysis.py
@@ -11,7 +11,10 @@
11
"""
12
13
import pytest
14
-import numpy as np
+
15
+np = pytest.importorskip("numpy")
16
+scipy = pytest.importorskip("scipy")
17
18
from numpy.testing import assert_allclose
19
20
from knowledgecomplex.schema import SchemaBuilder, vocab
tests/test_partition.py
@@ -12,7 +12,10 @@
21
0 commit comments