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
7332e2dc
Commit
7332e2dc
authored
Dec 12, 2013
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Job outputting extraPropertyDict deactivated and also newlines erased from JobShop results"
This reverts commit
c6fa76ac
.
parent
713789ea
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
dream/simulation/Job.py
dream/simulation/Job.py
+1
-1
dream/tests/dump/Topology18.json.result
dream/tests/dump/Topology18.json.result
+1
-1
dream/tests/dump/Topology19.json.result
dream/tests/dump/Topology19.json.result
+1
-1
dream/tests/dump/Topology20.json.result
dream/tests/dump/Topology20.json.result
+1
-1
No files found.
dream/simulation/Job.py
View file @
7332e2dc
...
...
@@ -55,7 +55,7 @@ class Job(Entity): # inherits from the Entity c
json
[
'_class'
]
=
'Dream.Job'
json
[
'id'
]
=
str
(
self
.
id
)
json
[
'results'
]
=
{}
#
json['extraPropertyDict'] = self.extraPropertyDict
json
[
'extraPropertyDict'
]
=
self
.
extraPropertyDict
#if the Job has reached an exit, input completion time in the results
if
self
.
schedule
[
-
1
][
0
].
type
==
'Exit'
:
...
...
dream/tests/dump/Topology18.json.result
View file @
7332e2dc
...
...
@@ -88,4 +88,4 @@
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
}
dream/tests/dump/Topology19.json.result
View file @
7332e2dc
...
...
@@ -132,4 +132,4 @@
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
}
dream/tests/dump/Topology20.json.result
View file @
7332e2dc
...
...
@@ -194,4 +194,4 @@
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
}
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