This commit is contained in:
2026-04-03 17:54:59 +02:00
parent e025c512ff
commit ac4352d9cc
2 changed files with 87 additions and 4 deletions
+3 -3
View File
@@ -233,7 +233,7 @@ episode: NDMAOpenMaximum
in_context: bAp AND (NaMax OR NaMedium)
rf: ( active: 2x )
hypothesis: NOT (ca2+ full)
hypothesis: NOT (Ca2+ full)
action: [Ca2+ increase]
trace:
```
@@ -247,7 +247,7 @@ episode: NDMAOpenMedium
in_context: (bAp AND NaLow) OR (NOT bAP AND NaMax)
rf: ( active: 4x )
hypothesis: NOT (ca2+ full)
hypothesis: NOT (Ca2+ full)
action: [Ca2+ increase]
trace:
```
@@ -261,7 +261,7 @@ episode: NDMAOpenLow
in_context: NOT bAP AND NaMedium
rf: ( active: 12x )
hypothesis: NOT (ca2+ full)
hypothesis: NOT (Ca2+ full)
action: [Ca2+ increase]
trace:
```