Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Aug 30, 2024
1 parent ea640a9 commit 2d63a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyro/diffusion/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def dovis(self):
plt.ylabel("y")
plt.title("phi")

cb = plt.colorbar(img)
plt.colorbar(img)

plt.figtext(0.05, 0.0125, f"t = {self.cc_data.t:10.5f}")

Expand Down

0 comments on commit 2d63a02

Please sign in to comment.