Skip to content

Commit

Permalink
Merge pull request #1 from orthly/eric-dandy-patch-1
Browse files Browse the repository at this point in the history
make "tc" default
  • Loading branch information
eric-dandy authored Sep 13, 2024
2 parents 5977bdf + ac1d917 commit 1f7d0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NURBSDiff/curve_eval.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CurveEval(torch.nn.Module):
"""

def __init__(self, num_control_points: int, knot_vectors: torch.Tensor | None = None,
dimension: int = 3, order: int = 2, out_dim: int = 32, method: str = 'cpp'):
dimension: int = 3, order: int = 2, out_dim: int = 32, method: str = 'tc'):
"""Initialize the curve evaluation.
Args:
Expand Down

0 comments on commit 1f7d0b2

Please sign in to comment.