-
Notifications
You must be signed in to change notification settings - Fork 22
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
Some observations about #Getting-Started #189
Comments
With the above modifications the example runs in a julia 1.10 repl with latest MRIReco master branch!
|
Thanks, yes we need to fix these examples. We will, however, switch to Makie, when I find time to fix them. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, thanks for developing MRIReco.jl!
Here are some observations about the getting started example:
https://magneticresonanceimaging.github.io/MRIReco.jl/stable/gettingStarted/#Getting-Started
https://github.com/MagneticResonanceImaging/MRIReco.jl/blame/f70b2e0c9bf7b1f54f9f91b3d978fba5d2fb5041/docs/src/gettingStarted.md#L6
using ImageUtils: shepp_logan
or equivalent is needed.using MRISimulation: simulation
or equivalent is needed.The text was updated successfully, but these errors were encountered: