Skip to content

Commit

Permalink
commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
PimLeerkes committed Jul 2, 2024
1 parent 5bb042a commit a55bb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stormvogel/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def matrix_to_simple(matrix: stormpy.SparseMatrix) -> stormvogel.model.Model:
Takes a sparsematrix as input and outputs a simple representation
return simple
"""

Expand All @@ -40,3 +39,4 @@ def matrix_to_simple(matrix: stormpy.SparseMatrix) -> stormvogel.model.Model:
)

print(simple_to_matrix(dtmc))
"test"

0 comments on commit a55bb89

Please sign in to comment.