Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Nov 8, 2021
1 parent 8851b11 commit fc30bfe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions verification/fmpy_test.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

from fmpy import *

fmu = '../fmu-builder/build/generated/Identity.fmu'

result = simulate_fmu(fmu)
print(result)

0 comments on commit fc30bfe

Please sign in to comment.