Skip to content

Commit 4384ff5

Browse files
committed
adjust unit tests for NodeDefinition
1 parent 1492423 commit 4384ff5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/models/test_node_definition.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ def test_percentile_cluster() -> None:
3838
)
3939

4040
# Apply node definition to torch tensor with raw pulses
41-
graph, new_features = node_definition(tensor)
41+
graph = node_definition(tensor)
42+
new_features = node_definition._output_feature_names
4243
x_tilde = graph.x.numpy()
4344

4445
# Calculate percentiles "the normal way" and compare that output of

0 commit comments

Comments
 (0)