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
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):
- OS: Monterrey
- Version python 3.10.9
Additional context
testing against pysatNASA RC