We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead43bf commit 80b456eCopy full SHA for 80b456e
algo/src/test/java/org/neo4j/gds/embeddings/hashgnn/HashTaskTest.java
@@ -53,7 +53,7 @@ void shouldHash() {
53
ProgressTracker.NULL_TRACKER
54
);
55
56
- assertThat(hashes.size()).isEqualTo(ITERATIONS * EMBEDDING_DENSITY);
+ assertThat(hashes.size()).isEqualTo(EMBEDDING_DENSITY);
57
assertThat(hashes.get(0).neighborsAggregationHashes().length).isEqualTo(EMBEDDING_DIMENSION);
58
assertThat(hashes.get(0).preAggregationHashes().size()).isEqualTo(NUMBER_OF_RELATIONSHIPS);
59
assertThat(hashes.get(0).selfAggregationHashes().length).isEqualTo(EMBEDDING_DIMENSION);
0 commit comments