Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaise committed Sep 27, 2023
1 parent e03bb02 commit 50291aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alibi/explainers/anchors/anchor_tabular_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ def fit(self, # type: ignore[override]
d_samplers = []
for sampler in samplers:
d_samplers.append(
ray.remote(RemoteSampler).remote(
ray.remote(RemoteSampler).remote( # type: ignore[call-arg]
*(train_data_id, d_train_data_id, sampler)
)
)
Expand Down

0 comments on commit 50291aa

Please sign in to comment.