Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
dream
Commits
9ff8a087
Commit
9ff8a087
authored
Mar 10, 2015
by
Ioannis Papagiannopoulos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor correction to sequence reading
parent
b6142c82
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dream/simulation/LineGenerationJSON.py
dream/simulation/LineGenerationJSON.py
+1
-1
No files found.
dream/simulation/LineGenerationJSON.py
View file @
9ff8a087
...
...
@@ -432,7 +432,7 @@ def createWIP():
if
stepSeq
==
''
:
stepSeq
=
0
# if the seq is ''>OrderDecomposition then 0
# if the entityCurrentSeq is found and the id of the holding Station is in the steps stationIdsList
if
int
(
stepSeq
)
==
int
(
entityCurrentSeq
)
and
element
[
'id'
]
in
step
[
'stationIdsList'
]:
if
int
(
stepSeq
)
==
entityCurrentSeq
and
element
[
'id'
]
in
step
[
'stationIdsList'
]:
ind
=
i
# hold the index
solution
=
True
# the solution isfound
break
...
...
Write
Preview
Markdown
is supported
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