Skip to content

Commit e3bc872

Browse files
Merge pull request #112 from OSIPI/consistent_naming
fixed logfile renaming
2 parents b2e3daf + 8606479 commit e3bc872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/T1_mapping/test_t1_ZA_McGill_CAN.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_ZA_McGill_CAN_t1_novifast(label, fa_array, tr_array, s_array, r1_ref,
4343
exc_time = 1e6 * (perf_counter() - tic)
4444
r1_nonlin_meas = 1./t1_nonlin_meas[0]
4545

46-
log_results(filename_prefix, '_mcgill_t1_novifast', [[label, f"{exc_time:.0f}", r1_ref, r1_nonlin_meas]]) # log results
46+
log_results(filename_prefix, '_ZA_McGill_CAN_t1_novifast', [[label, f"{exc_time:.0f}", r1_ref, r1_nonlin_meas]]) # log results
4747
np.testing.assert_allclose( [r1_nonlin_meas], [r1_ref], rtol=r_tol, atol=a_tol) # testing
4848

4949

0 commit comments

Comments
 (0)