Skip to content

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 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 a note to the exception