You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/compas/geometry/curves/nurbs.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ def __from_data__(cls, data):
107
107
)
108
108
109
109
def__new__(cls, *args, **kwargs):
110
-
ifclsisCurve:
110
+
ifclsisNurbsCurve:
111
111
raiseTypeError("Making an instance of `NurbsCurve` using `NurbsCurve()` is not allowed. Please use one of the factory methods instead (`NurbsCurve.from_...`)")
0 commit comments