Description: Mixed_spaces_and_tabs
 Not forwarded upstream because this code is properly indented in
 master and commented anyway
 .
 python-shap (0.24.0-1) unstable; urgency=medium
 .
   * Initial release.
Author: Adam Cecile <acecile@le-vert.net>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: other
Forwarded: not-needed
Last-Update: 2018-10-24

--- python-shap-0.24.0.orig/shap/explainers/pytree.py
+++ python-shap-0.24.0/shap/explainers/pytree.py
@@ -42,7 +42,7 @@ class TreeExplainer(Explainer):
             if not str(type(X)).endswith("xgboost.core.DMatrix'>"):
                 X = xgboost.DMatrix(X)
             if tree_limit==-1:
-		tree_limit=0
+                tree_limit=0
             return self.trees.predict(X, ntree_limit=tree_limit, pred_contribs=True)
         elif self.model_type == "lightgbm":
             return self.trees.predict(X, num_iteration=tree_limit, pred_contrib=True)
