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

Remove unnecessary dependencies #121

Merged
merged 5 commits into from
Mar 7, 2024
Merged

Conversation

benedict-96
Copy link
Collaborator

@benedict-96 benedict-96 commented Mar 5, 2024

Removed (i) CUDA (ii) ForwardDiff (iii) GPUArrays (iv) Lux. Regarding (iv) from Project.toml. The CUDA dependency meant that the tests for nightly didn't go through; the hope was that they are going through now (but it seems Zygote is posing a similar problem). I've also commented out some of the functions in backends/lux.jl to be able to remove (iv). I'm not sure if we should keep this backend and, if we want to keep it, if we have to import Lux to do so.

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.56%. Comparing base (e0d1f3d) to head (5fb6b5b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
+ Coverage   67.18%   67.56%   +0.37%     
==========================================
  Files          97       97              
  Lines        2514     2500      -14     
==========================================
  Hits         1689     1689              
+ Misses        825      811      -14     

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

@benedict-96
Copy link
Collaborator Author

The documentation workflow is also not going through for now, but this is because the interface in BrenierTwoFluid has changed. This is taken care of by #120

@benedict-96 benedict-96 requested a review from michakraus March 5, 2024 17:02
@benedict-96
Copy link
Collaborator Author

Just resolved the merge conflict that appeared as a result of #120 ... the CI tests (except nightly probably, but including the Documenter) should go through now.

@benedict-96 benedict-96 mentioned this pull request Mar 6, 2024
11 tasks
@michakraus michakraus merged commit 0aacc58 into main Mar 7, 2024
12 of 15 checks passed
@michakraus michakraus deleted the remove_unnecessary_dependencies branch March 7, 2024 15:05
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.

2 participants