Skip to content
Snippets Groups Projects
Commit 6ef42b68 authored by maaikedieuwertje's avatar maaikedieuwertje
Browse files

Fix problem with rcg.load() and add_contact()

Former-commit-id: e81b6bbbee45f9d3b6ae243db9361a8fd36c2bb5
parent adc7797e
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
......@@ -124,7 +124,7 @@ rcg.add_dc_performance_info('F2',precision=20,fidelity_level=2,run_time=1.5)
function_order = ['A', 'D1', 'D2', 'D3', 'F1', 'F2', 'G1', 'G2']
# Create a DSM visualization of the RCG
rcg.create_dsm(file_name='RCG', function_order=function_order, include_system_vars=True, destination_folder=pdf_dir, keep_tex_file=True, compile_pdf=False)
rcg.create_dsm(file_name='RCG', function_order=function_order, include_system_vars=True, destination_folder=pdf_dir)
# Create a VISTOMS visualization of the RCG
rcg.vistoms_create(vistoms_dir, function_order=function_order, compress=False)
......
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