Skip to content

Commit

Permalink
Fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Mar 11, 2024
1 parent 19fb2c3 commit cdfe04b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions example.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import porespy as ps
import numpy as np
import matplotlib.pyplot as plt

import porespy as ps

# Generate an image of spheres using the imgen class
im = ps.generators.blobs(shape=[500, 500], porosity=0.7, blobiness=1)
Expand All @@ -17,4 +15,4 @@
ax[0][0].imshow(im)
ax[0][1].imshow(chords)
ax[1][0].imshow(colored_chords, cmap=plt.cm.jet)
ax[1][1].bar(h.L, h.pdf, width=h.bin_widths, edgecolor='k')
ax[1][1].bar(h.L, h.pdf, width=h.bin_widths, edgecolor="k")

0 comments on commit cdfe04b

Please sign in to comment.