From 1b18536580dc9385e1260a9a2b9d968140683583 Mon Sep 17 00:00:00 2001 From: Zaki A Date: Tue, 5 Sep 2023 03:25:55 +0000 Subject: [PATCH] Use newer API for LEK SI2Conc --- test/SI_to_Conc/test_SI2Conc_LEK_Edinburgh_UK.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/SI_to_Conc/test_SI2Conc_LEK_Edinburgh_UK.py b/test/SI_to_Conc/test_SI2Conc_LEK_Edinburgh_UK.py index ce094bf7..10cf84c6 100644 --- a/test/SI_to_Conc/test_SI2Conc_LEK_Edinburgh_UK.py +++ b/test/SI_to_Conc/test_SI2Conc_LEK_Edinburgh_UK.py @@ -32,7 +32,7 @@ def test_LEK_UoEdinburgh_UK_SI2Conc(label, fa, tr, T1base, BLpts, r1, s_array, c # run test tic = perf_counter() - conc_curve = SI2Conc.SI2Conc(s_array,tr,fa,T1base,BLpts,S0=None) + conc_curve = SI2Conc.SI2Conc(s_array,tr,fa,T1base,[1,BLpts],S0=None) exc_time = 1e6 * (perf_counter() - tic) # log results