Skip to content

Commit 98f1efc

Browse files
committed
fix flake8
1 parent 7c16b42 commit 98f1efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

captum/attr/_core/latent_shift.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def generate_video(
264264
verbose: True to print debug text
265265
extra_loops: The video does one loop by default. This will repeat
266266
those loops to make it easier to watch.
267-
cmap: The cmap value passed to matplotlib. e.g. 'gray' for a
267+
cmap: The cmap value passed to matplotlib. e.g. 'gray' for a
268268
grayscale image.
269269
270270
Returns:
@@ -283,7 +283,7 @@ def generate_video(
283283
# Add reversed so we have an animation cycle
284284
towrite = list(reversed(imgs)) + list(imgs)
285285
ys = list(reversed(params["preds"])) + list(params["preds"])
286-
286+
287287
for n in range(extra_loops):
288288
towrite += towrite
289289
ys += ys

0 commit comments

Comments
 (0)