Browse Source

fixed MDP-LTL test

tempestpy_adaptions
hannah 3 years ago
committed by Stefan Pranger
parent
commit
4655dc19a1
  1. 2
      src/test/storm/modelchecker/prctl/mdp/MdpPrctlModelCheckerTest.cpp

2
src/test/storm/modelchecker/prctl/mdp/MdpPrctlModelCheckerTest.cpp

@ -775,7 +775,7 @@ namespace {
EXPECT_NEAR(this->parseNumber("5/6"), this->getQuantitativeResultAtInitialState(model, result), this->precision()); EXPECT_NEAR(this->parseNumber("5/6"), this->getQuantitativeResultAtInitialState(model, result), this->precision());
result = checker->check(this->env(), tasks[4]); result = checker->check(this->env(), tasks[4]);
EXPECT_NEAR(this->parseNumber("1/12"), this->getQuantitativeResultAtInitialState(model, result), this->precision());
EXPECT_NEAR(this->parseNumber("31/36"), this->getQuantitativeResultAtInitialState(model, result), this->precision());
} else { } else {
EXPECT_FALSE(checker->canHandle(tasks[0])); EXPECT_FALSE(checker->canHandle(tasks[0]));

Loading…
Cancel
Save