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

Add variables. in tests

parent 60356d1c
No related branches found
No related tags found
1 merge request!2Define variables through new @defvar macro
......@@ -32,7 +32,7 @@
@test length([iter_instant_gradients(seq)...]) == 0.
@test variables.bval(seq) 1.
@test 40. < variables.TE(seq) < 50.
@test variables.duration(seq) TE(seq)
@test variables.duration(seq) variables.TE(seq)
@test variables.rise_time(seq[:gradient]) min_rise_time rtol=1e-4
end
@testset "Maximise b-value" begin
......
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