Skip to content

Commit 6fdc8d2

Browse files
authored
FAI-863: XAIbench submodule tracking main branch, fork of xai-bench (#111)
* xaibench submodule tracking main branch * temporarily disabled too-many-lines, will fix in FAI-880 * black
1 parent 3ed9c6b commit 6fdc8d2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "tests/benchmarks/trustyai_xai_bench"]
22
path = tests/benchmarks/trustyai_xai_bench
33
url = https://github.com/trustyai-explainability/trustyai_xai_bench
4+
branch = main

src/trustyai/explainers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Explainers module"""
22
# pylint: disable = import-error, too-few-public-methods, wrong-import-order, line-too-long,
3-
# pylint: disable = unused-argument
3+
# pylint: disable = unused-argument, too-many-lines
44
from typing import Dict, Optional, List, Union
55
import matplotlib.pyplot as plt
66
import matplotlib as mpl
@@ -427,7 +427,7 @@ def __init__(
427427
track_counterfactuals=False,
428428
normalise_weights=False,
429429
use_wlr_model=True,
430-
**kwargs
430+
**kwargs,
431431
):
432432
"""Initialize the :class:`LimeExplainer`.
433433

0 commit comments

Comments
 (0)