forked from enviPath/enviPy
Correct Label assignment (#37)
Co-authored-by: Tim Lorsbach <tim@lorsba.ch> Reviewed-on: enviPath/enviPy#37
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user