Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-hart committed May 14, 2020
1 parent 6e03195 commit ee6fa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/microstructpy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -853,7 +853,7 @@ def plot_tri(tmesh, phases, seeds, pmesh, plot_files=[], plot_axes=True,
vis_regions = set()
invis_regions = set(range(-6, 0))
f_front = set([i for i, fn in enumerate(pmesh.facet_neighbors)
if min(fn) < 0])
if min(fn) < 0])
while f_front:
new_front = set()
for f in f_front:
Expand Down

0 comments on commit ee6fa87

Please sign in to comment.