Codacy fix on condition
This commit is contained in:
committed by
Nicola Demo
parent
62b4cb023c
commit
99d2e70f4a
@@ -72,8 +72,8 @@ class InputTargetCondition(ConditionInterface):
|
|||||||
|
|
||||||
raise ValueError(
|
raise ValueError(
|
||||||
"Invalid input/target types. "
|
"Invalid input/target types. "
|
||||||
"Please provide either torch_geometric.data.Data, Graph, LabelTensor "
|
"Please provide either torch_geometric.data.Data, Graph, "
|
||||||
"or torch.Tensor objects."
|
"LabelTensor or torch.Tensor objects."
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(self, input, target):
|
def __init__(self, input, target):
|
||||||
|
|||||||
Reference in New Issue
Block a user