pint.models.timing_model.MissingParameter

exception pint.models.timing_model.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