We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2e3daf + 8606479 commit e3bc872Copy full SHA for e3bc872
test/T1_mapping/test_t1_ZA_McGill_CAN.py
@@ -43,7 +43,7 @@ def test_ZA_McGill_CAN_t1_novifast(label, fa_array, tr_array, s_array, r1_ref,
43
exc_time = 1e6 * (perf_counter() - tic)
44
r1_nonlin_meas = 1./t1_nonlin_meas[0]
45
46
- log_results(filename_prefix, '_mcgill_t1_novifast', [[label, f"{exc_time:.0f}", r1_ref, r1_nonlin_meas]]) # log results
+ log_results(filename_prefix, '_ZA_McGill_CAN_t1_novifast', [[label, f"{exc_time:.0f}", r1_ref, r1_nonlin_meas]]) # log results
47
np.testing.assert_allclose( [r1_nonlin_meas], [r1_ref], rtol=r_tol, atol=a_tol) # testing
48
49
0 commit comments