PlasmaCalcs.errors.InputConflictError
- exception PlasmaCalcs.errors.InputConflictError
- error indicating two or more inputs provide conflicting information.E.g. foo(lims=None, vmin=None, vmax=None) receiving lims=(1,7), vmin=3, might raise this error,if the intention is for vmin and vmax to be aliases to lims[0] and lims[1].