Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KADMOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LR-FPP-MDO
KADMOS
Commits
e836ffee
Commit
e836ffee
authored
7 years ago
by
Lukas Müller
Browse files
Options
Downloads
Patches
Plain Diff
Removed some more RCE graph references
Former-commit-id: ffac4bfc46014b2c43b9e6b353df069af200df6d
parent
5220100b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
kadmos/graph/__init__.py
+1
-1
1 addition, 1 deletion
kadmos/graph/__init__.py
kadmos/graph/mixin_vispack.py
+1
-2
1 addition, 2 deletions
kadmos/graph/mixin_vispack.py
with
2 additions
and
3 deletions
kadmos/graph/__init__.py
+
1
−
1
View file @
e836ffee
from
graph_kadmos
import
KadmosGraph
from
graph_kadmos
import
load
from
graph_data
import
RepositoryConnectivityGraph
,
FundamentalProblemGraph
,
MdaoDataGraph
from
graph_process
import
MdaoProcessGraph
,
RceGraph
from
graph_process
import
MdaoProcessGraph
This diff is collapsed.
Click to expand it.
kadmos/graph/mixin_vispack.py
+
1
−
2
View file @
e836ffee
...
...
@@ -158,12 +158,11 @@ class VistomsMixin(object):
"""
Function to check the inputs for the VISTOMS instance functions.
"""
from
graph_kadmos
import
KadmosGraph
from
graph_process
import
MdaoProcessGraph
,
RceGraph
from
graph_process
import
MdaoProcessGraph
assert
isinstance
(
self
,
KadmosGraph
)
if
mpg
:
assert
isinstance
(
mpg
,
MdaoProcessGraph
)
assert
not
isinstance
(
self
,
MdaoProcessGraph
)
assert
not
isinstance
(
self
,
RceGraph
)
assert
isinstance
(
function_order
,
list
)
or
function_order
is
None
assert
isinstance
(
vistoms_version
,
basestring
)
or
vistoms_version
is
None
if
reference_file
is
not
None
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment