Carlos Castillo Passi

Results 43 issues of Carlos Castillo Passi

### What happened? We currently use Kaleido_jll v0.1 so plotting works on Windows. This generates a problem with M1 MacOS. ### Environment ```Markdown - ```

bug

### Feature Request - [ ] Grad: Trap - [ ] Grad: Uniformly-sampled - [ ] Grad: Time-shaped - [ ] RF: Trap - [ ] RF: Uniformly-sampled - [...

enhancement

Changing `import Base: fun` to `Base.fun` and minor bug fixes. This PR potentially fixes nightly's CI problems. https://juliahealth.org/KomaMRI.jl/previews/PR373/

Just checked JuliaGPU, and they run their GPU functions in BuildKite. https://github.com/JuliaGPU/buildkite https://github.com/CliMA/Oceananigans.jl It is worth taking a look at. Suggested test: compare CPU F32 with GPU F32 simulation results.

enhancement
2) medium priority

I believe most of the code is following the [Julia blue](https://github.com/invenia/BlueStyle) code style (we need to read this **carefully**). A re-check of the code to verify that this is true...

enhancement
1) high priority

### What happened? As some people have commented, the plots can become quite slow for long sequences. I enabled a few new options in plot_seq: - `gl=false`: That changes the...

bug
KomaUI

Put this inside a function `fix_first_last_grads!(seq)`. Ideally like this: Put inside function ```julia fix_grads_first_last!(seq::Sequence, fill_method::PulseqFirstLastFill

### Feature Request This is related to #184. By doing this, we can dispatch based on the dimension of the phantom, Maps like `obj.T1` will preserve their structure (no `T1[:]`),...

enhancement

This would greatly improve the readability of the "Pulse Sequence" without needing to guess the units. Although we haven't tested it yet, it should not be difficult.

enhancement
2) medium priority