-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Milestone
Description
Currently, we have the following output types for ttv in the various data classes:
- ktensor.ttv -> Union[float, ktensor]
- tensor.ttv -> tensor
- sptensor.ttv -> Union[sptensor, ttb.tensor]
- ttensor.ttv -> Union[float, ttensor]All should support float and I think they do. But this should be verified and the type hints should be updated to include float across all.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation