Skip to content
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

Drop JLD2.jl in favor of forked HDF5.jl #10

Merged
merged 5 commits into from
Mar 29, 2024
Merged

Drop JLD2.jl in favor of forked HDF5.jl #10

merged 5 commits into from
Mar 29, 2024

Conversation

biona001
Copy link
Owner

@biona001 biona001 commented Mar 29, 2024

Resolves #7

As documented in that issue, we remove dependency on JLD2.jl, and reading of .h5 LD files is supported by HDF5.jl linked to my personal HDF5.jl fork. The reason is because HDF5.jl and JLD2.jl both contain lots of Requires.@require statements, which seems like it cannot be compiled into apps

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 10.78%. Comparing base (bcd0f73) to head (ae6c1b0).

Files Patch % Lines
src/ghostbasil_parallel.jl 0.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main      #10   +/-   ##
=======================================
  Coverage   10.78%   10.78%           
=======================================
  Files           5        5           
  Lines         742      742           
=======================================
  Hits           80       80           
  Misses        662      662           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@biona001 biona001 merged commit dafef04 into main Mar 29, 2024
4 checks passed
@biona001 biona001 deleted the h5 branch March 29, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FileIO error
2 participants