Closed brandon-b-miller closed 6 months ago
A few cuML tests in test_fil.py are marked as xfail if the treelite version is wrong
FYI, Treelite is now a hard dependency of cuML, and the tests are no longer marked with xfail. See commit https://github.com/rapidsai/cuml/commit/5772a491fa2825c9d032169c0a1e11afc3e0b7cb.
We still need to fix the problem of missing simulate_data()
.
@hcho3 I believe this issue should be safe to close, right?
This issue has been labeled inactive-30d
due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.
Describe the bug A few cuML tests in
test_fil.py
are marked asxfail
if the treelite version is wrong. However if the test is not skipped it expects the functionsimulate_data
to be defined, which only happens ifxgboost
is also installed at the same time. Therefore if your environment is configured withtreelite>0.9
but is missingxgboost
these tests fail with aNameError
.Steps/Code to reproduce bug Configure the environment as described above and run:
Expected behavior Tests should pass or at least fail with an expected error.
Environment details (please complete the following information):
Additional context Environment file used to reproduce this error: