Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Angeline Burrell <[email protected]>
  • Loading branch information
jklenzing and aburrell authored Oct 2, 2023
1 parent 19bc132 commit 27ebf39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions pysatNASA/instruments/methods/reach.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@
' '.join(("Guild, T., O'Brien, T.P., Boyd, A.J., Mazur,",
"J.E. (2021)",
"REACH Maps and Indices for UDL: Version 1",
"AEROSPACE REPORT NO. TOR-2021-01076"))
))}
"AEROSPACE REPORT NO. TOR-2021-01076"))))}
6 changes: 3 additions & 3 deletions pysatNASA/instruments/reach_dosimeter.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ def load(fnames, tag=None, inst_id=None):
fnames : array-like
iterable of filename strings, full path, to data files to be loaded.
This input is nominally provided by pysat itself.
tag : string
tag : str
tag name used to identify particular data set to be loaded.
This input is nominally provided by pysat itself.
inst_id : string
inst_id : str
Satellite ID used to identify particular data set to be loaded.
This input is nominally provided by pysat itself.
Expand All @@ -124,7 +124,7 @@ def load(fnames, tag=None, inst_id=None):
--------
::
inst = pysat.Instrument('icon', 'ivm', inst_id='a', tag='')
inst = pysat.Instrument('reach', 'dosimeter', inst_id='101', tag='')
inst.load(2020, 1)
"""
Expand Down

0 comments on commit 27ebf39

Please sign in to comment.