Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tquatmann committed Sep 20, 2023
1 parent 56c50a0 commit 78f62cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/core/test_modelchecking.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def test_compute_expected_number_of_visits(self):
assert result.at(0) == 1
assert math.isclose(result.at(1),2.0/3)

def test_compute_steady_state_distributioin(self):
def test_compute_steady_state_distribution(self):
program = stormpy.parse_prism_program(get_example_path("dtmc", "die.pm"))
model = stormpy.build_model(program)
environment = stormpy.Environment()
Expand Down

0 comments on commit 78f62cc

Please sign in to comment.