Skip to content

Commit

Permalink
testscript.jl update requiring v08 compatible SpineOpt template
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasqu committed Aug 12, 2024
1 parent 1e853bb commit b49d156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testscript.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bb_template_path = bb_path * "\\tools\\bb_data_template.json"

# SpineOpt path, required for input data creation tests.
so_path = "C:\\SpineOpt.jl"
so_template_path = so_path * "\\templates\\spineopt_template.json"
so_template_path = so_path * "\\templates\\spineopt_template_v08.json" # THE OLD TEMPLATE DOESN'T WORK FOR THIS!

# Provide the url for a datastore containing the required raw input data and the archetype building definitions.
url = "sqlite:///C:\\_SPINEPROJECTS\\SpineOpt_PED_demo_fluid\\.spinetoolbox\\data_and_definitions.sqlite"
Expand Down

0 comments on commit b49d156

Please sign in to comment.