Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 26, 2024
1 parent d3970dd commit 2b89da2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions WrightTools/artists/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1109,11 +1109,6 @@ def stitch_to_animation(images, outpath=None, *, duration=0.5, palettesize=256,
frames = np.stack([imageio.v3.imread(image) for image in images], axis=0)

imageio.v3.imwrite(
outpath,
frames,
plugin="pillow",
duration=duration*1e3,
loop=0,
palettesize=palettesize
outpath, frames, plugin="pillow", duration=duration * 1e3, loop=0, palettesize=palettesize
)
return outpath

0 comments on commit 2b89da2

Please sign in to comment.