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
0f674ff0
Commit
0f674ff0
authored
Aug 19, 2015
by
Georgios Dagkakis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused prints
parent
15bbcff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
dream/plugins/CapacityStations/CapacityStationWIP.py
dream/plugins/CapacityStations/CapacityStationWIP.py
+0
-2
No files found.
dream/plugins/CapacityStations/CapacityStationWIP.py
View file @
0f674ff0
...
...
@@ -23,7 +23,6 @@ class CapacityStationWIP(plugin.InputPreparationPlugin):
wipColumn
=
i
break
i
+=
1
print
wipColumn
if
projectData
:
alreadyConsideredProjects
=
[]
for
row
in
range
(
1
,
len
(
projectData
)):
...
...
@@ -45,7 +44,6 @@ class CapacityStationWIP(plugin.InputPreparationPlugin):
for
stationRecord
in
range
(
numberOfOperations
):
stationId
=
projectData
[
row
+
stationRecord
][
4
]
requiredCapacity
=
float
(
projectData
[
row
+
stationRecord
][
wipColumn
])
print
projectId
,
'has wip requirements of'
,
requiredCapacity
,
'from'
,
stationId
if
requiredCapacity
:
capacityBuffer
=
self
.
getBuffer
(
data
,
stationId
)
data
[
'graph'
][
'node'
][
capacityBuffer
][
'wip'
].
append
({
...
...
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