Skip to content

Commit

Permalink
adaptation to changes in Stormpy (moves-rwth/stormpy@9085cfd)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Andriushchenko committed Jul 23, 2024
1 parent 7c65972 commit 7302697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paynt/parser/jani.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def construct_edge(self, edge, substitution = None):
for templ_edge_dest in edge.template_edge.destinations:
assignments = templ_edge_dest.assignments.clone()
if substitution is not None:
assignments.substitute(substitution)
assignments.substitute(substitution,substitute_transcendental_numbers=False)
templ_edge.add_destination(stormpy.storage.JaniTemplateEdgeDestination(assignments))

new_edge = stormpy.storage.JaniEdge(
Expand Down

0 comments on commit 7302697

Please sign in to comment.