Skip to content

Commit

Permalink
fix last key in 3D Info block: should be 'ert' and not 'tim'
Browse files Browse the repository at this point in the history
  • Loading branch information
joshduran committed May 21, 2024
1 parent 4246a33 commit 7681ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brukeropus/file/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@
{'key': 'pkl', 'fmt': 'l', 'dtype': np.int32},
{'key': 'prl', 'fmt': 'l', 'dtype': np.int32},
{'key': 'srt', 'fmt': 'd', 'dtype': np.float64},
{'key': 'tim', 'fmt': 'd', 'dtype': np.float64},
{'key': 'ert', 'fmt': 'd', 'dtype': np.float64},
]


Expand Down

0 comments on commit 7681ff8

Please sign in to comment.