-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: move getiftversion-to-__init__ #57
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #57 +/- ##
==========================================
+ Coverage 77.04% 77.25% +0.21%
==========================================
Files 8 8
Lines 318 321 +3
==========================================
+ Hits 245 248 +3
Misses 73 73
☔ View full report in Codecov by Sentry. |
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.
This looks good to me and fixes the problem of Julia st
writing to disk inside a read-only container to find the IFT package version.
src/h5.jl
Outdated
@@ -125,7 +100,7 @@ The `index` group contains the spatial coordinates in the source image coordinat | |||
function makeh5files(; pathtosampleimg::String, resdir::String) | |||
latlondata = getlatlon(pathtosampleimg) | |||
|
|||
iftversion = getiftversion() | |||
iftversion = iftversion[1] |
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.
I was wondering if this would work, and looks like it does!
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.
Ended up changing that!
No description provided.