Correct Label assignment (#37)

Co-authored-by: Tim Lorsbach <tim@lorsba.ch>
Reviewed-on: enviPath/enviPy#37
This commit is contained in:
2025-07-31 00:43:28 +12:00
parent 026189ccd9
commit aec61151ce

View File

@ -1291,7 +1291,7 @@ class MLRelativeReasoning(EPModel):
trig.append(0)
# Check obs
if key in triggered:
if key in observed:
obs.append(1)
else:
obs.append(0)