Skip to content

Commit

Permalink
Adjust model path in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusfuchs committed Dec 7, 2020
1 parent 6ffa762 commit 150d357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teaser/data/output/modelicatemplate/modelica_test_script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
simulateModel("${project.name}.${bldg.name}", method="Dassl", tolerance=0.0001, stopTime=${stop_time}}, resultFile="${bldg.name}");
simulateModel("${project.name}.${bldg.name}.${bldg.name}", method="Dassl", tolerance=0.0001, stopTime=${stop_time}}, resultFile="${bldg.name}");
% for name_variable in names_variables:
createPlot(id=${loop.index}, y={${name_variable}});
% endfor
Expand Down

0 comments on commit 150d357

Please sign in to comment.