Running `python -m pytest test/test_stltypes.py` produces numerous error messages. Although I haven’t identified the exact root cause, one workaround is to add the line `import numpy as np` immediately after line 2 (`import sys`).
Running
python -m pytest test/test_stltypes.pyproduces numerous error messages.Although I haven’t identified the exact root cause, one workaround is to add the line
import numpy as npimmediately after line 2 (import sys).