Open SergeStinckwich opened 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:.
onErrorDo:
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:
.