From ceb0d625d2d2ed22f6e4161299f9c7203041aca7 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk> Date: Sat, 27 Jan 2024 16:27:34 +0000 Subject: [PATCH] all kwargs already processed --- src/pulses/instant_pulses.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pulses/instant_pulses.jl b/src/pulses/instant_pulses.jl index 507ec12..595c1dd 100644 --- a/src/pulses/instant_pulses.jl +++ b/src/pulses/instant_pulses.jl @@ -20,7 +20,6 @@ function InstantRFPulseBlock(model::Model; flip_angle=nothing, phase=nothing) get_free_variable(model, phase) ) @constraint model res.flip_angle >= 0 - set_simple_constraints!(model, res, kwargs) return res end -- GitLab