Skip to content

Commit

Permalink
Use newer API for LEK SI2Conc
Browse files Browse the repository at this point in the history
  • Loading branch information
notZaki committed Sep 5, 2023
1 parent 0b1c6ab commit 1b18536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SI_to_Conc/test_SI2Conc_LEK_Edinburgh_UK.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b18536

Please sign in to comment.