Index: Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/AssessmentSectionMergeComparer.cs =================================================================== diff -u -r4d90e59f7bad864dba557b3e3d3dc90a4a17f63a -r7ccee0056d3d458bc295f7cfd14145fcab61a877 --- Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/AssessmentSectionMergeComparer.cs (.../AssessmentSectionMergeComparer.cs) (revision 4d90e59f7bad864dba557b3e3d3dc90a4a17f63a) +++ Ringtoets/Integration/src/Ringtoets.Integration.Service/Comparers/AssessmentSectionMergeComparer.cs (.../AssessmentSectionMergeComparer.cs) (revision 7ccee0056d3d458bc295f7cfd14145fcab61a877) @@ -103,7 +103,7 @@ private static bool AreNormsEquivalent(double norm, double otherNorm) { - return Math.Abs(norm - otherNorm) < 1e-5; + return Math.Abs(norm - otherNorm) < double.Epsilon; } } } \ No newline at end of file