-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't workingdependencyIssues (possibly) related to dependencyIssues (possibly) related to dependency
Description
When attempting to visualize a 1D geometry using the 'k3d' backend in 'vedo' a TraitError occurs. Below is a code example that reproduces the error:
from splinepy.helpme.create import line
from vedo import settings
settings.default_backend = 'k3d'
curve = line(([0.0, 0.0], [1.0, 1.0]))
curve.show()
Error Message: TraitError: The 'width' trait of a Line instance expected a float or a dict, not the float32 np.float32(0.11313708).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdependencyIssues (possibly) related to dependencyIssues (possibly) related to dependency