Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
401b71ac
Commit
401b71ac
authored
Sep 04, 2015
by
eric pellegrini
Browse files
Added a 'molecular_viewer' ancestor to IJob interface for readibility
purpose
parent
c67e4126
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/Framework/Jobs/IJob.py
View file @
401b71ac
...
...
@@ -98,7 +98,7 @@ def key_generator(keySize, chars=None, prefix=""):
class
IJob
(
Configurable
):
"""
This class handles a MDANSE job. In MDANSE any task modeled by a loop can be considered a MDANSE job.
This class handles a MDANSE job. In MDANSE any task modeled by a loop can be considered
as
a MDANSE job.
"""
__metaclass__
=
REGISTRY
...
...
@@ -107,7 +107,7 @@ class IJob(Configurable):
section
=
"job"
ancestor
=
[
"molecular_viewer"
]
ancestor
=
[]
@
staticmethod
def
define_unique_name
():
...
...
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