Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
William Clarke
denMatSim
Commits
0bcae16c
Commit
0bcae16c
authored
Oct 14, 2021
by
William Clarke
Browse files
BF: Deal with None CF properly after previous modifications.
parent
58b4ac88
Changes
1
Hide whitespace changes
Inline
Side-by-side
simseq.py
View file @
0bcae16c
...
...
@@ -279,7 +279,7 @@ def splitConcurrentRephase(seqBlock):
else
:
# If just one value of rephase keep as is.
seqBlockOut
.
append
(
block
)
if
block
.
axis
is
None
:
if
block
.
axis
[
0
]
is
None
:
axisOrderOut
.
append
(
None
)
else
:
axisOrderOut
.
append
(
int
(
block
.
axis
[
0
]))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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