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:``.
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 previousifError:.