Skip to content

Commit

Permalink
Merge pull request #38 from AhmedFaisal95/fix/io-function-name
Browse files Browse the repository at this point in the history
Fix: `export_ev` --> `write_ev` in `diffgeo.py`
  • Loading branch information
m-reuter authored Jun 28, 2023
2 parents 6179321 + 57a8ef3 commit 002b937
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lapy/diffgeo.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,9 +511,9 @@ def get_flipped_area(triax):
data["Elements"] = tria.t.shape[0]
data["DoF"] = evecs.shape[0]
data["NumEW"] = 4
from .io import export_ev
from .io import write_ev

export_ev(data, "debug.ev")
write_ev(data, "debug.ev")

# flip efuncs to align to coordinates consistently
ev1 = evecs[:, 1]
Expand Down

0 comments on commit 002b937

Please sign in to comment.