Skip to content

BUG: ICON TIEGCM file download and pysatNASA 0.0.5 #128

@jklenzing

Description

@jklenzing

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions