Skip to content

Commit

Permalink
Fixing regression with default datatype for ACE EPAM
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthewizard committed Sep 16, 2021
1 parent 464faee commit 60d15fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyspedas/ace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def swe(trange=['2018-11-5', '2018-11-6'],
return load(instrument='swe', trange=trange, datatype=datatype, suffix=suffix, get_support_data=get_support_data, varformat=varformat, varnames=varnames, downloadonly=downloadonly, notplot=notplot, time_clip=time_clip, no_update=no_update)

def epam(trange=['2018-11-5', '2018-11-6'],
datatype='h0',
datatype='h1',
suffix='',
get_support_data=False,
varformat=None,
Expand Down

0 comments on commit 60d15fb

Please sign in to comment.