Update winnertakeall.md
This commit is contained in:
@@ -94,7 +94,7 @@ ExcitationPossible
|
||||
condition: ???
|
||||
out_context: *ActivateAstroPostPre
|
||||
|
||||
condition: ( BadTraces fullness )
|
||||
condition: BadTraces fullness
|
||||
out_context: *DeActivateAstroPost
|
||||
```
|
||||
|
||||
@@ -109,8 +109,8 @@ ExcitationBind
|
||||
|
||||
in_context: *ActivateAstroPostPre
|
||||
|
||||
hypothesis: ( GoodTraces fullness )
|
||||
bind: [collection.pre, collection.post, collection.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
|
||||
```
|
||||
|
||||
@@ -139,7 +139,7 @@ ExcitationUnbind
|
||||
|
||||
in_context: &DeActivateSynPostPre
|
||||
|
||||
hypothesis: (BadTraces fullness)
|
||||
unbind: [collection.pre, collection.post, collection.astro]
|
||||
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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user