Skip to content

Commit 2272f8c

Browse files
authored
Fixed typo (#218)
1 parent dc51088 commit 2272f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stormpy/storage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def get_maximal_end_components(model):
6767
:return: Maximal end components.
6868
"""
6969
if model.supports_parameters:
70-
return stormpy.jMaximalEndComponentDecomposition_ratfunc(model)
70+
return stormpy.MaximalEndComponentDecomposition_ratfunc(model)
7171
elif model.is_exact:
7272
return stormpy.MaximalEndComponentDecomposition_exact(model)
7373
elif model.supports_uncertainty:

0 commit comments

Comments
 (0)