Skip to content
Snippets Groups Projects
Commit 7c67f13b authored by Lukas Müller's avatar Lukas Müller
Browse files

Finished setup a function for relabeling the nodes according the current...

Finished setup a function for relabeling the nodes according the current CMDOWS convention (preliminary)


Former-commit-id: 6570efdc83f9d6d75507c07a5eb2f080f96c4960
parent 353725e7
No related branches found
No related tags found
No related merge requests found
Pipeline #192681 canceled
Showing
with 0 additions and 7 deletions
......@@ -222,10 +222,6 @@ for mdao_definition in mdao_definitions:
# Save FPG
FPG.save('FPG_'+mdao_definition,
destination_folder=kdms_dir)
logging.warning('check fpg before safe')
print FPG.graph['problem_formulation']
print FPG.check(raise_error=True)
FPG.save('FPG_'+mdao_definition,
file_type='cmdows',
description='FPG CMDOWS file of the well-known Sellar Problem',
......@@ -233,9 +229,6 @@ for mdao_definition in mdao_definitions:
version='0.1',
destination_folder=cmdows_dir,
pretty_print=True)
logging.warning('check fpg')
print FPG.graph['problem_formulation']
print FPG.check(raise_error=True)
# Check integrity of CMDOWS
FPG.check_cmdows_integrity()
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment