Skip to content

Commit

Permalink
Forgot to uncomment rendering line
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur Rauf Bingol committed Dec 15, 2018
1 parent efe1ba2 commit 38549bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fitting/approximation/global_curve3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Plot the interpolated curve
curve.delta = 0.005
curve.vis = vis.VisCurve3D(vis.VisConfig(ctrlpts=False))
# curve.render()
curve.render()

# # Visualize data and evaluated points together
# import numpy as np
Expand Down

0 comments on commit 38549bc

Please sign in to comment.