Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openCARP
experiments
Commits
fda9f1bb
Commit
fda9f1bb
authored
Dec 01, 2022
by
Axel Loewe
Browse files
Fix typo and sv loading
parent
00cb906d
Pipeline
#4917
passed with stage
in 2 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tutorials/01_EP_single_cell/02B_APD_restitution/run.py
View file @
fda9f1bb
...
...
@@ -87,7 +87,7 @@ The following optional arguments are available (default values are indicated):
Restitution protocol, either S1S2 or Dynamic
--prebeats Default: 20
Number of pre-pacing beats for S1 pacing at BCL
--inital Initial state vector representing limit cycle for chosen BCL
--init
i
al Initial state vector representing limit cycle for chosen BCL
--nbeats Default: 5
Number of beats for S1 pacing at BCL
--CI0 Default: 50 ms
...
...
@@ -406,7 +406,7 @@ def run(args, job):
'--fout={}'
.
format
(
os
.
path
.
join
(
job
.
ID
,
'restout'
))]
if
args
.
initial
:
pars
+=
[
'--
initial
'
,
args
.
initial
]
pars
+=
[
'--
restore
'
,
args
.
initial
]
# run threshold
job
.
bench
(
bcmd
+
pars
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment