Exceptions

class pyAgrum.causal.HedgeException(msg, observables, gs)

Represents an hedge exception for a causal query

Parameters:
  • msg (str)

  • observables (NameSet)

  • gs

add_note()

Exception.add_note(note) – add a note to the exception

args
class pyAgrum.causal.UnidentifiableException(msg)

Represents an unidentifiability for a causal query

Parameters:

msg (str)

add_note()

Exception.add_note(note) – add a note to the exception

args