You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are at least 2 problems. The first is minor, using the wrong property in a single statement; this is addressed by @quonly in PR #4339.
A more serious problem is that PolynomialBestFit just doesn't work. Phpstan and Scrutinizer both point out, correctly, several places where a property typed as array is attempted to be used as float. I am not sure how to resolve these problems. For now, I am disabling the use of Polynomial Best Fit by throwing an exception if it is attempted.
The text was updated successfully, but these errors were encountered:
There are at least 2 problems. The first is minor, using the wrong property in a single statement; this is addressed by @quonly in PR #4339.
A more serious problem is that PolynomialBestFit just doesn't work. Phpstan and Scrutinizer both point out, correctly, several places where a property typed as
array
is attempted to be used asfloat
. I am not sure how to resolve these problems. For now, I am disabling the use of Polynomial Best Fit by throwing an exception if it is attempted.The text was updated successfully, but these errors were encountered: