Skip to content

Commit

Permalink
Update DVConstraints.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Anibal authored Mar 30, 2021
1 parent 1c7164b commit 8529930
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pygeo/DVConstraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ def setSurface(self, surf, name='default', addToDVGeo=False, DVGeoName='default'
elif isinstance(surf, pyGeo): # Assume it's a pyGeo surface
p0, v1, v2 = self._generateDiscreteSurface(surf)
else:
import ipdb; ipdb.set_trace()
raise TypeError('surf given is not a supported type [List, plot3D file name, or pyGeo surface]')

p1 = p0 + v1
Expand Down

0 comments on commit 8529930

Please sign in to comment.