Skip to content

Commit

Permalink
Default batch error tolerance -> 1e-9
Browse files Browse the repository at this point in the history
  • Loading branch information
henrystoldt committed Dec 11, 2021
1 parent 8248aae commit af970d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions MAPLEAF/Examples/BatchSims/NASAVerificationCases.mapleaf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


NASADraglessSphere{
simDefinitionFile ./MAPLEAF/Examples/Simulations/NASASphere.mapleaf

Expand Down
2 changes: 1 addition & 1 deletion MAPLEAF/SimulationRunners/Batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self,
include=None,
exclude=None,
percentErrorTolerance=0.2,
absoluteErrorTolerance=2e-10,
absoluteErrorTolerance=1e-9,
resultToValidate=None
):
self.batchDefinition = batchDefinition
Expand Down

0 comments on commit af970d3

Please sign in to comment.