From 8606479b3367cc98eeb197dcf45e3f192abab023 Mon Sep 17 00:00:00 2001 From: "p.v.houdt" Date: Fri, 16 Sep 2022 10:08:16 +0200 Subject: [PATCH] fixed logfile renaming --- test/T1_mapping/test_t1_ZA_McGill_CAN.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/T1_mapping/test_t1_ZA_McGill_CAN.py b/test/T1_mapping/test_t1_ZA_McGill_CAN.py index f865d2ad..770cce37 100644 --- a/test/T1_mapping/test_t1_ZA_McGill_CAN.py +++ b/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, exc_time = 1e6 * (perf_counter() - tic) r1_nonlin_meas = 1./t1_nonlin_meas[0] - 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 np.testing.assert_allclose( [r1_nonlin_meas], [r1_ref], rtol=r_tol, atol=a_tol) # testing