Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
Signed-off-by: xadupre <[email protected]>
  • Loading branch information
xadupre committed Dec 20, 2024
1 parent 7b79114 commit 2ceac71
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/tests/test_documentation_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,11 @@ def add_test_methods(cls):
reason = None
if name in {"plot_woe_transformer.py"}:
reason = "dot not available"
if name in {"plot_catwoe_transformer.py"}:
reason = "unstable"
if name in {
"plot_catwoe_transformer.py",
"plot_gexternal_xgboost.py",
}:
reason = "unstable, xgboost not ready"

if reason:

Expand Down

0 comments on commit 2ceac71

Please sign in to comment.