Wrong potential when deleting parents

Issue #421 resolved
Francisco Javier Díez created an issue

In the attached network the potential for S is a leaky OR. When deleting its parents, the new potential for S is an AugmentedTable and this causes subsequent problems. It should be Uniform (or a Table; in this case, we might arbitrarily select the probability distribution for one of the configurations of its parents).

Comments (1)

  1. Jorge Pérez

    Solved. When we removing all variables of an ICIPotential (except the node's own), the Potential is set to Uniform.

  2. Log in to comment