exception

Deprecated since version 0.1.3: Use QRules, AmpForm, and TensorWaves instead.

import pycompwa.data.exception

Exceptions of the pycompwa.data module.

exception ConfigurationConflict[source]

Bases: pycompwa.data.exception.DataException

Configuration file (e.g. XML file) conflicts with data input.

exception DataException[source]

Bases: Exception

General exception for the pycompwa.data module.

exception InvalidPwaFormat[source]

Bases: pycompwa.data.exception.DataException

Raised if pandas.DataFrame is not PWA-formatted.

See PwaAccessor for how the DataFrame should be formatted.

exception MissingParameter[source]

Bases: Exception

One of the function parameters should be specified.