check_estimator
s check_estimators_pickle
fails on Prescott architecture
#27754
Labels
check_estimator
s check_estimators_pickle
fails on Prescott architecture
#27754
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
On machines with the Prescott architecture, tests using
check_estimator
unexpectedly fail due to #23994, which forcesaligned=True
. To my mind, this makes little sense as an estimator cannot be aligned which only makes sense for simple arrays.I have no idea what the intent of #23994, is. Maybe replacing
by
is sufficient to fix this? But as I said, I don't really know what the point of that PR was.
Steps/Code to Reproduce
Expected Results
Passes
Actual Results
On the Prescott architecture, this results in the following error:
Versions
The text was updated successfully, but these errors were encountered: