Skip to content
Snippets Groups Projects
Verified Commit edb35627 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

Clarify failed pathway message

parent f6985694
No related branches found
No related tags found
No related merge requests found
......@@ -285,6 +285,7 @@ The function should return `true` if the `Pathway` has reached its end (i.e., th
function walk_pathway!(seq::Sequence, walker::PathwayWalker, pulse_effects::Vector{Symbol}, nreadout::Ref{Int})
current_TR = 0
nwait = length(pulse_effects) + nreadout[]
println("processing")
while !(walk_pathway!(seq, walker, pulse_effects, nreadout, current_TR * TR(seq)))
new_nwait = length(pulse_effects) + nreadout[]
if nwait == new_nwait
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment