We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1b64c commit c71bc64Copy full SHA for c71bc64
1 file changed
pina/label_tensor.py
@@ -58,7 +58,7 @@ def __init__(self, x, labels):
58
>>> from pina import LabelTensor
59
>>> tensor = LabelTensor(
60
>>> torch.rand((2000, 3)),
61
- ... {1: {"name": "space", "dof": ['a', 'b', 'c'])
+ ... {1: {"name": "space", "dof": ['a', 'b', 'c']}})
62
63
64
... ["a", "b", "c"])
0 commit comments