Skip to content

Commit c5cc95d

Browse files
FilippoOlivodario-coscia
authored andcommitted
Codacy fix on condition
1 parent c4eb6ac commit c5cc95d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pina/condition/input_target_condition.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def __new__(cls, input, target):
7272

7373
raise ValueError(
7474
"Invalid input/target types. "
75-
"Please provide either torch_geometric.data.Data, Graph, LabelTensor "
76-
"or torch.Tensor objects."
75+
"Please provide either torch_geometric.data.Data, Graph, "
76+
"LabelTensor or torch.Tensor objects."
7777
)
7878

7979
def __init__(self, input, target):

0 commit comments

Comments
 (0)