Skip to content

Commit

Permalink
bugfix and added numpy name change to git revs ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
ewu63 committed Apr 2, 2021
1 parent 0faf9e7 commit 8820eb9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
8ebf48deefbee52560197721d02d7f2cc8408c15
b192604451ac9427ddccfc2ca24a6796a22e4cc1
2 changes: 0 additions & 2 deletions pygeo/DVConstraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,6 @@ def writeSurfaceSTL(self, fileName, surfaceName="default", fromDVGeo=None):
fromDVGeo : str or None
Name of the DVGeo object to obtain the surface from (default is 'None')
"""
import np as np

try:
from stl import mesh
except ImportError:
Expand Down

0 comments on commit 8820eb9

Please sign in to comment.