Skip to content

Commit 2a7dd3b

Browse files
committed
Undo update of abs tol
1 parent 3aa5ffa commit 2a7dd3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Comparison tolerances (2 % relative, 1e-4 absolute — matches Modelica
44
# Association compliance tooling defaults).
55
const CMP_REL_TOL = 0.02
6-
const CMP_ABS_TOL = 1e-4
6+
const CMP_ABS_TOL = 1e-6
77

88
# CSV files larger than this limit are not committed to gh-pages (GitHub
99
# enforces a 100 MB hard cap; we use a conservative 20 MB soft limit).

0 commit comments

Comments
 (0)