spedas / pyspedas

Python-based Space Physics Environment Data Analysis Software
https://pyspedas.readthedocs.io/
MIT License
147 stars 58 forks source link

MAVEN tests create files inside the source code directory #772

Closed nickssl closed 6 months ago

nickssl commented 6 months ago

MAVEN tests create a file "maven_orb_rec.orb" and a directory "orbitfiles" inside the source code directory "pyspedas/maven/". The code seems to ignore the settings in the "config.py" file.

nickssl commented 6 months ago

This is now fixed. The download code now uses the CONFIG values instead of the source code location.