-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fixing issues in Julia 1.11 and Julia 1.12 #422
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #422 +/- ##
==========================================
+ Coverage 90.45% 90.52% +0.07%
==========================================
Files 51 51
Lines 2796 2787 -9
==========================================
- Hits 2529 2523 -6
+ Misses 267 264 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Apparently, the pre-release CI is failing due to problems in MRIFiles. Check: MagneticResonanceImaging/MRIReco.jl#194. |
I am going to merge this and look into MRIReco's problem later. |
The incorrect definition of the
getproperty
function forArray{Grad/RF/ADC}
generated some weird errors. This PR fixes these issues.I also included
[workspace]
's to the Project.toml's. A feature that will be introduced in Julia 1.12 JuliaLang/Pkg.jl#3841. The cool thing is that our mono repo and test setups are greatly simplified. For the KomaMRICore tests, thetest_args
are justargs
:and for CUDA (with CUDA added to the
v1.12
environment)This one does not work yet, due to JuliaGPU/GPUCompiler.jl#593.The mono repo setup should be (I think?)
pkg> dev KomaMRI
Instead of dev'ing all the environments for each sub-package and their corresponding test folders.