PyDSM
PyDSM copied to clipboard
numpy decorator import error
Using Python 3.8 on Ubuntu 20.04, getting the following import error:
File "/PyDSM/pydsm/NTFdesign/tests/test_NTFdesign_hybrid.py", line 27, in
I fixed it by adding ._private to the numpy.testing module: from numpy.testing._private import decorators as dec