Skip to content

Commit 6f35e68

Browse files
committed
Make test pass
1 parent 14aebf6 commit 6f35e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Math-Numerical/PMSimplexOptimizer.class.st

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Class {
1111
PMSimplexOptimizer class >> defaultPrecision [
1212
"Private"
1313

14-
^ Float defaultComparisonPrecision * 1000
14+
self flag: #todo. "In Pharo 12 the default comparision precision of Float will be improved. When Pharo 12 will be the minimal version of Polymath we can use `Float defaultComparisonPrecision"
15+
^ Float machineEpsilon sqrt * 1000
1516
]
1617

1718
{ #category : #operation }

0 commit comments

Comments
 (0)