Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading