Skip to content

Commit 733e66b

Browse files
committed
Remove comments
1 parent 957b0ac commit 733e66b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymc_bart/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,8 +1164,6 @@ def plot_scatter_submodels(
11641164
if preds_all.ndim > 2:
11651165
n_cats = preds_all.shape[-1]
11661166
indices = np.tile(indices, n_cats)
1167-
# labels = np.tile(labels, n_cats)
1168-
# cats = np.repeat(np.arange(n_cats), len(indices) // n_cats)
11691167

11701168
if ax is None:
11711169
_, ax = _get_axes(grid, len(indices), True, True, figsize)

0 commit comments

Comments
 (0)