Skip to content

Commit

Permalink
Got a better seed for driver
Browse files Browse the repository at this point in the history
  • Loading branch information
michaels10 committed Jul 3, 2019
1 parent e3faefd commit 23b7dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/HodgeDecomposition/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def ortho(A):

return A

seed(0) # make results consistent
seed(1) # make results consistent

# Read in mesh data from file
mesh = read_mesh('mesh_example.xml')
Expand Down

0 comments on commit 23b7dbd

Please sign in to comment.