Skip to content

Commit

Permalink
Issue #10 - Relax testFreeChoiceState passing criterion
Browse files Browse the repository at this point in the history
  • Loading branch information
vldtecno committed Oct 20, 2023
1 parent 31e6e13 commit 5702f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/BlackBoxTests/Fixtures/FixturePetriNet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ void FixturePetriNet::testFreeChoiceState(const size_t expectedTokens[s_numberOf

float metric = abs(bucket1 - bucket2) / (bucket1 + bucket2);

EXPECT_TRUE(metric < 0.041f) << metric;
EXPECT_TRUE(metric < 0.1f) << metric;
}

void FixturePetriNet::testWeightedState(const size_t expectedTokens[s_numberOfWeightedPlaces])
Expand Down

0 comments on commit 5702f6c

Please sign in to comment.