Browse Source

Removed old test code

refactoring
Matthias Volk 7 years ago
parent
commit
2528daeb40
  1. 6
      tests/core/test_modelchecking.py

6
tests/core/test_modelchecking.py

@ -69,12 +69,6 @@ class TestModelChecking:
func = result.at(initial_state)
one = stormpy.FactorizedPolynomial(stormpy.RationalRF(1))
assert func.denominator == one
# constraints_well_formed = result.constraints_well_formed
# for constraint in constraints_well_formed:
# assert constraint.rel() == pycarl.formula.Relation.GEQ or constraint.rel() == pycarl.formula.Relation.LEQ
# constraints_graph_preserving = result.constraints_graph_preserving
# for constraint in constraints_graph_preserving:
# assert constraint.rel() == pycarl.formula.Relation.GREATER
def test_model_checking_prob01(self):
program = stormpy.parse_prism_program(get_example_path("dtmc", "die.pm"))

Loading…
Cancel
Save