From a1d0237bba8a2b85ea3d02b46d53a767fe288e96 Mon Sep 17 00:00:00 2001 From: ocrampal Date: Sat, 30 May 2026 10:15:33 +0200 Subject: [PATCH] Update winnertakeall.md --- modules/winnertakeall/winnertakeall.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/modules/winnertakeall/winnertakeall.md b/modules/winnertakeall/winnertakeall.md index 55d3f1a..6658840 100644 --- a/modules/winnertakeall/winnertakeall.md +++ b/modules/winnertakeall/winnertakeall.md @@ -94,7 +94,7 @@ ExcitationPossible condition: ??? out_context: *ActivateAstroPostPre - condition: ( BadTraces fullness ) + condition: BadTraces fullness out_context: *DeActivateAstroPost ``` @@ -109,9 +109,9 @@ ExcitationBind in_context: *ActivateAstroPostPre - hypothesis: ( GoodTraces fullness ) - bind: [collection.pre, collection.post, collection.astro ] - trace: #qui possiamo lasciare le tracce di un tentativo di attivare non possibile, che dovrebbe andare all'ASTRO + hypothesis: GoodTraces fullness + bind: ( collection.pre, collection.post, collection.astro ) + trace: #qui possiamo lasciare le tracce di un tentativo di attivare non possibile, che dovrebbe andare all'ASTRO ``` ###### ClearTraces @@ -123,7 +123,7 @@ ClearTraces hypothesis: GoodTraces NOT empty action: GoodTraces decrease - trace: None? + trace: None? ``` ##### *DeActivateAstroPostPre @@ -139,7 +139,7 @@ ExcitationUnbind in_context: &DeActivateSynPostPre - hypothesis: (BadTraces fullness) - unbind: [collection.pre, collection.post, collection.astro] - trace: Qui non dovrebbe arrivare se ci sono tracce di BadTraces, generate da synapsi attive + hypothesis: BadTraces fullness + unbind: ( collection.pre, collection.post, collection.astro ) + trace: Qui non dovrebbe arrivare se ci sono tracce di BadTraces, generate da synapsi attive ```