Skip to content

Commit

Permalink
back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Oct 17, 2023
1 parent de817ea commit b9947b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_permeation_problem.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

def test_permeation_problem():
L = 3e-04
vertices = np.linspace(0, L, num=3001)
vertices = np.linspace(0, L, num=1001)

my_mesh = F.Mesh1D(vertices)

Expand Down

0 comments on commit b9947b6

Please sign in to comment.