Skip to content

Commit c464d3a

Browse files
GiovanniCanalidario-coscia
authored andcommitted
fix problem doc
1 parent e045ba1 commit c464d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pina/problem/zoo/supervised_problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(
3030
Initialization of the :class:`SupervisedProblem` class.
3131
3232
:param input_: Input data of the problem.
33-
:type input_: torch.Tensor | LabelTensor | Graph | Data
33+
:type input_: torch.Tensor | Graph
3434
:param output_: Output data of the problem.
3535
:type output_: torch.Tensor | LabelTensor | Graph | Data
3636
"""

0 commit comments

Comments
 (0)