Skip to content

Commit

Permalink
Added SciKit Test Model Subsystem #68
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadja-R committed Dec 19, 2019
1 parent 1f509f2 commit 3e142c3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyDMPC/ControlFramework/Init.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@

#Test-Subsystem for SciKit: Always second to last entry !
sys_id[2] = len(sys_id) - 2
name[len(sys_id) - 2] = "SciKit_TestingModel"
model_type[len(sys_id) - 2] = "SciKit"
input_variables[len(sys_id) - 2] = ["testPurposes"]
res_path[len(sys_id) - 2] = glob_res_path + "\\" + name_wkdir
mod_path[len(sys_id) - 2] = f'{glob_lib_paths[-1]}\\SciKit_TestingModel'

#Test-Subsystem for Modelica: ALWAYS LAST ENTRY
sys_id[3] = len(sys_id)-1
Expand Down

0 comments on commit 3e142c3

Please sign in to comment.