pint.exceptions.MissingParameter

exception pint.exceptions.MissingParameter(module, param, msg=None)[source]

A required model parameter was not included.

Parameters:
  • module – name of the model class that raised the error

  • param – name of the missing parameter

  • msg – additional message