Merge pull request #1675 from SiboVG/unstable
Increase error margin for DisableStageTest
This commit is contained in:
commit
9d5aad4efc
@ -19,7 +19,7 @@ import org.junit.Test;
|
||||
* @author Sibo Van Gool <sibo.vangool@hotmail.com>
|
||||
*/
|
||||
public class DisableStageTest extends BaseTestCase {
|
||||
private final double delta = 0.025; // 2.5 % error margin (simulations are not exact)
|
||||
private final double delta = 0.05; // 5 % error margin (simulations are not exact)
|
||||
|
||||
/**
|
||||
* Tests that the simulation results are correct when a single stage is deactivated and re-activated.
|
||||
|
Loading…
x
Reference in New Issue
Block a user