Skip to content

Commit 38549bc

Browse files
author
Onur Rauf Bingol
committed
Forgot to uncomment rendering line
1 parent efe1ba2 commit 38549bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fitting/approximation/global_curve3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Plot the interpolated curve
2323
curve.delta = 0.005
2424
curve.vis = vis.VisCurve3D(vis.VisConfig(ctrlpts=False))
25-
# curve.render()
25+
curve.render()
2626

2727
# # Visualize data and evaluated points together
2828
# import numpy as np

0 commit comments

Comments
 (0)