Skip to content

Commit

Permalink
STY: pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Mar 7, 2020
1 parent c7a30e0 commit c585569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysatMissions/methods/empirical.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def get_ecef_wind_meta(coord='x', geo='mer'):
coord=coord),
'desc': ' '.join(['{coord:s}-value of {name:s} wind unit',
'vector in ECEF coordinates']
).format(name=name.lower(),coord=coord)}
).format(name=name.lower(), coord=coord)}
return dict

inst.meta['zonal_wind'] = {'units': 'm/s',
Expand Down

0 comments on commit c585569

Please sign in to comment.