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 Feb 16, 2023
1 parent a65cdf7 commit 5add1ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/draw_clusters.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,3 @@ def draw_heatmap(axis, x, y, weights, bins=1000, vmin=None, vmax=None, cmap=plt.
# build GIF
imageio.mimsave(os.path.join(args.outdir, 'e{:d}_c{:d}_layers2.gif'.format(args.iev, args.icl)),
frames, 'GIF', duration=args.dura)

0 comments on commit 5add1ea

Please sign in to comment.