We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1492423 commit 4384ff5Copy full SHA for 4384ff5
1 file changed
tests/models/test_node_definition.py
@@ -38,7 +38,8 @@ def test_percentile_cluster() -> None:
38
)
39
40
# Apply node definition to torch tensor with raw pulses
41
- graph, new_features = node_definition(tensor)
+ graph = node_definition(tensor)
42
+ new_features = node_definition._output_feature_names
43
x_tilde = graph.x.numpy()
44
45
# Calculate percentiles "the normal way" and compare that output of
0 commit comments