From 481e7363c6af31fda60394fd51b9c80a0a7e62e1 Mon Sep 17 00:00:00 2001 From: Silia Taider Date: Wed, 29 Jul 2026 16:41:11 +0200 Subject: [PATCH] [tutorials][ML] Disable dataloader xgboost tutorial --- tutorials/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorials/CMakeLists.txt b/tutorials/CMakeLists.txt index 24294904e2562..c0405be50f405 100644 --- a/tutorials/CMakeLists.txt +++ b/tutorials/CMakeLists.txt @@ -118,6 +118,12 @@ endif() # functionality is also covered by rf617 (the multidimensional case). list(APPEND roofit_veto roofit/roofit/rf615_simulation_based_inference.py) +# TODO: fix the problem and re-enable the tutorial test. +# This tutorial intermittently produces corrupted (zero/negative) sample weights +# when RDataLoader is used with a filtered multi-cluster RDataFrame causing +# XGBoost's positive-weight assertion to fail sporadically in the CI. +list(APPEND dataframe_veto machine_learning/ml_dataloader_XGBoost.py) + if (NOT dataframe) # RDataFrame list(APPEND dataframe_veto analysis/dataframe/*.C analysis/dataframe/*.py)