Skip to content
Snippets Groups Projects
Unverified Commit d91ffef9 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Add variables. in tests

parent da485a3d
No related branches found
No related tags found
1 merge request!2Define variables through new @defvar macro
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
(pulse, t_pulse) = get_pulse(seq, 35.) (pulse, t_pulse) = get_pulse(seq, 35.)
@test 1.1 < t_pulse < 1.2 @test 1.1 < t_pulse < 1.2
@test variables.flip_angle(pulse) 180. @test variables.flip_angle(pulse) 180.
@test iszero(phase(pulse)) @test iszero(variables.phase(pulse))
end end
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment