Skip to content

Commit

Permalink
Fix xml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer committed Nov 15, 2023
1 parent e75aaf6 commit 9b6deff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions StateSpace/FMI3.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@
<Output valueReference="10"/>
<ContinuousStateDerivative valueReference="12"/>
<InitialUnknown valueReference="10"/>
<InitialUnknown valueReference="11"/>
<InitialUnknown valueReference="12"/>
</ModelStructure>

</fmiModelDescription>
3 changes: 2 additions & 1 deletion tests/test_targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ def test_fmi3():

build_dir = root / 'fmi3'

models = ['BouncingBall', 'Dahlquist', 'LinearTransform', 'Resource', 'Stair', 'VanDerPol', 'Feedthrough']
models = ['BouncingBall', 'Dahlquist', 'Feedthrough', 'Resource', 'Stair', 'StateSpace', 'VanDerPol']

for model in models:
print(model)
validate(build_dir, model=model, fmi_types=['ModelExchange', 'CoSimulation'])

for model in models:
Expand Down

0 comments on commit 9b6deff

Please sign in to comment.