Skip to content

Commit 788ab8a

Browse files
Remove unused field
Co-authored-by: Sören Reichardt <[email protected]>
1 parent 710b123 commit 788ab8a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

alpha/alpha-embeddings/src/test/java/org/neo4j/gds/embeddings/graphsage/ddl4j/functions/WeightedElementwiseMaxTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ class WeightedElementwiseMaxTest extends GraphSageBaseTest implements FiniteDiff
6363
@Inject
6464
private IdFunction idFunction;
6565

66-
67-
private Weights<Matrix> weights;
68-
6966
@Test
7067
void shouldApplyWeightsToEmbeddings() {
7168
long[] ids = new long[]{

0 commit comments

Comments
 (0)