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.DataExceptionConfiguration file (e.g. XML file) conflicts with data input.
- exception DataException[source]¶
Bases:
ExceptionGeneral exception for the
pycompwa.datamodule.
- exception InvalidPwaFormat[source]¶
Bases:
pycompwa.data.exception.DataExceptionRaised if
pandas.DataFrameis not PWA-formatted.See
PwaAccessorfor how theDataFrameshould be formatted.