Exceptions
class pyagrum.causal.HedgeException(msg, observables, gs)
Section titled “class pyagrum.causal.HedgeException(msg, observables, gs)”Represents an hedge exception for a causal query
- Parameters:
- msg (str)
- observables (NameSet)
- gs
add_note(note,)
Section titled “add_note(note,)”Add a note to the exception
class pyagrum.causal.UnidentifiableException(msg)
Section titled “class pyagrum.causal.UnidentifiableException(msg)”Represents an unidentifiability for a causal query
- Parameters: msg (str)
add_note(note,)
Section titled “add_note(note,)”Add a note to the exception