Skip to content

Commit

Permalink
Merge pull request #282 from understandable-machine-intelligence-lab/…
Browse files Browse the repository at this point in the history
…bug-fix-call-kwargs-evaluate-func

Update evaluation.py
  • Loading branch information
annahedstroem authored Jul 7, 2023
2 parents b44d542 + 45c9171 commit 3233228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantus/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def evaluate(
return None

if call_kwargs is None:
call_kwargs = {}
call_kwargs = {'call_kwargs_empty': {}}
elif not isinstance(call_kwargs, Dict):
raise TypeError("xai_methods type is not Dict[str, Dict].")

Expand Down

0 comments on commit 3233228

Please sign in to comment.