mirror of
https://git.rwth-aachen.de/acs/public/villas/web-backend-go/
synced 2025-03-30 00:00:12 +01:00
change default selected model files in test data
This commit is contained in:
parent
fe5ceb8d61
commit
dd0b9fe572
1 changed files with 2 additions and 2 deletions
|
@ -103,13 +103,13 @@ var ScenarioB = Scenario{
|
||||||
var SimulationModelA = SimulationModel{
|
var SimulationModelA = SimulationModel{
|
||||||
Name: "SimulationModel_A",
|
Name: "SimulationModel_A",
|
||||||
StartParameters: postgres.Jsonb{startParametersA},
|
StartParameters: postgres.Jsonb{startParametersA},
|
||||||
SelectedModelFileID: 1,
|
SelectedModelFileID: 3,
|
||||||
}
|
}
|
||||||
|
|
||||||
var SimulationModelB = SimulationModel{
|
var SimulationModelB = SimulationModel{
|
||||||
Name: "SimulationModel_B",
|
Name: "SimulationModel_B",
|
||||||
StartParameters: postgres.Jsonb{startParametersB},
|
StartParameters: postgres.Jsonb{startParametersB},
|
||||||
SelectedModelFileID: 2,
|
SelectedModelFileID: 4,
|
||||||
}
|
}
|
||||||
|
|
||||||
// Signals
|
// Signals
|
||||||
|
|
Loading…
Add table
Reference in a new issue