We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug pysatNASA 0.0.5 cdaweb download updates data_path from kwarg to arg. This is a breaking change for the implementation here.
data_path
To Reproduce
import pysat tiegcm = pysat.Instrument('ucar', 'tiegcm', tag='icon') tiegcm.download_updated_files()
Expected behavior files should download
Screenshots
FAILED pysatModels/tests/test_models.py::TestModels::test_download[inst_dict2] - TypeError: download() got multiple values for argument 'data_path'
Desktop (please complete the following information):
Additional context testing against pysatNASA RC
The text was updated successfully, but these errors were encountered:
Long term fix: moving the unzip routine to pysatNASA (see pysat/pysatNASA#103) should streamline this.
Sorry, something went wrong.
jklenzing
Successfully merging a pull request may close this issue.
Describe the bug
pysatNASA 0.0.5 cdaweb download updates
data_path
from kwarg to arg. This is a breaking change for the implementation here.To Reproduce
Expected behavior
files should download
Screenshots
Desktop (please complete the following information):
Additional context
testing against pysatNASA RC
The text was updated successfully, but these errors were encountered: