-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/read write modes #122
Fix/read write modes #122
Conversation
- refactor reading/writing functions of binary files and settings file - adapt the different examples accordingly
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## main #122 +/- ##
==========================================
- Coverage 88.86% 88.80% -0.06%
==========================================
Files 11 11
Lines 2334 2322 -12
==========================================
- Hits 2074 2062 -12
Misses 260 260 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GREAT one @chrpetre! Didn't know the np.fromfile(...)
. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a couple of comments.
thanks for the detailed review @EDCarman, these should be addressed |
this PR implements changes to use numpy for
@EDCarman FYI