Skip to content
Snippets Groups Projects

Define variables through new @defvar macro

Merged Michiel Cottaar requested to merge new_variables into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -128,7 +128,7 @@
(pulse, t_pulse) = get_pulse(seq, 35.)
@test 1.1 < t_pulse < 1.2
@test variables.flip_angle(pulse) 180.
@test iszero(phase(pulse))
@test iszero(variables.phase(pulse))
end
end
end
Loading