Skip to content

Commit

Permalink
#21 Merge pull request from deshima-dev/astropenguin/issue18
Browse files Browse the repository at this point in the history
Fix wrong coordinate name in d1.MS
  • Loading branch information
astropenguin authored Jul 26, 2023
2 parents 77bbb90 + cdb0695 commit 89daab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dems/d1.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MS(AsDataArray):
vrad: Coord[Time, float] = 0.0
x: Coord[Time, float] = 0.0
y: Coord[Time, float] = 0.0
Timeme: Coord[Time, float] = 0.0
time: Coord[Time, float] = 0.0
temp: Coord[Time, float] = 0.0
pressure: Coord[Time, float] = 0.0
vapor_pressure: Coord[Time, float] = 0.0
Expand Down

0 comments on commit 89daab1

Please sign in to comment.