Skip to content

Commit

Permalink
changed back the stormpydtmc example
Browse files Browse the repository at this point in the history
  • Loading branch information
PimLeerkes committed Nov 3, 2024
1 parent 1468e37 commit 9949a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/stormpy_dtmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def example_building_dtmcs_01():
state_labeling.add_label(label)

# Set label of state 0
state_labeling.add_label_to_state("init", 1)
state_labeling.add_label_to_state("init", 0)
# print(state_labeling.get_states("init"))

# Set remaining labels
Expand Down

0 comments on commit 9949a82

Please sign in to comment.