Skip to content

Commit

Permalink
[test] fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrave committed Oct 20, 2022
1 parent c4b0d99 commit 52d6909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pymortests/vectorarray.py
Expand Up @@ -14,6 +14,7 @@
from pymor.vectorarrays.interface import VectorSpace
from pymor.vectorarrays.numpy import NumpyVectorSpace
from pymor.tools.floatcmp import float_cmp, bounded
from pymor.tools.random import new_rng
from pymortests.base import might_exceed_deadline
from pymortests.pickling import assert_picklable_without_dumps_function
import pymortests.strategies as pyst
Expand Down

0 comments on commit 52d6909

Please sign in to comment.