PolyMathOrg / PolyMath

Scientific Computing with Pharo
MIT License
170 stars 39 forks source link

Deprecated method in ``PMGeneralFunctionFit>>#evaluate`` #234

Open SergeStinckwich opened 2 years ago

SergeStinckwich commented 2 years ago

There is the following warning in the CI:

*** Warning: Deprecation: The method BlockClosure>>#ifError: called from PMGeneralFunctionFit>>#evaluate has been deprecated. Use #onErrorDo: instead.

but apparently onErrorDo: is not the same implementation of previous ifError:.