Skip to content

Commit

Permalink
Precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
JHoelli committed Jun 15, 2023
1 parent a8c6e3c commit 5613762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TSInterpret/InterpretabilityModels/leftist/leftist.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def explain(

if self.mode == "feat":
instance = instance.reshape(instance.shape[-1], instance.shape[-2])
else:
else:
instance = instance.reshape(instance.shape[-2], instance.shape[-1])
if self.transform_name == "mean":
self.transform = MeanTransform(instance)
Expand Down

0 comments on commit 5613762

Please sign in to comment.