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
We're seeing some unit test failures on Conda Forge in a recent build for v0.1.2 when combined with xgboost v2.1.2. Root cause appears to be signature changes in xgboost::xgb.DMatrix and xgboost::xgb.load.rawfrom v2.0.3 to v2.1.0. Testing against xgboost v2.0.3 passes without issue.
I haven't checked if this only impacts the tests, or if other package code is affected.
We're seeing some unit test failures on Conda Forge in a recent build for v0.1.2 when combined with
xgboost
v2.1.2. Root cause appears to be signature changes inxgboost::xgb.DMatrix
andxgboost::xgb.load.raw
from v2.0.3 to v2.1.0. Testing againstxgboost
v2.0.3 passes without issue.I haven't checked if this only impacts the tests, or if other package code is affected.
Test Results
The text was updated successfully, but these errors were encountered: