shreyasbapat / astrool

astrool :rocket: - Astronomy in Python :star:
https://pypi.org/project/astrool/
MIT License
2 stars 0 forks source link

astrool.testing is missing #11

Open OrbitalMechanic opened 4 years ago

OrbitalMechanic commented 4 years ago

I'm attempting to test astrool on a Mac Pro (2019) under Mac OS X ver. 10.15.3 (Catalina). I was able to install astrool successfully, but in running the command

python -c "import astrool.testing; astrool.testing.test()"

I get the error messages:

Traceback (most recent call last): File "", line 1, in ImportError: No module named 'astrool.testing'

Please advise.

Sam Dupree.