Inference mode don't work

Issue #380 resolved
Iago París created an issue

Changing the mode to inference mode prompts “Error during inference: null”

To replicate this error just create a Bayesian net and change to inference mode, it doesn’t mind if you have no nodes, one node alone, two linked nodes or a bigger net, the error happens every time.

Comments (2)

  1. Jorge Pérez

    Applied minor patch to:

    TaskUtilities.absorbAllIntermediateNumericNodes(probNet, getPreResolutionEvidence())
    
  2. Log in to comment