Skip to content

Commit d67b231

Browse files
fix
1 parent 64c963d commit d67b231

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/network/aika/neuron/activation

1 file changed

+0
-1
lines changed

src/main/java/network/aika/neuron/activation/Linker.java

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ public void process() {
120120
while(!queue.isEmpty()) {
121121
Link l = queue.pollFirst();
122122
linkRelated(l.input, l.output, l.synapse.relations);
123-
doc.propagate();
124123
}
125124
}
126125

0 commit comments

Comments
 (0)