Populate this validation method for each model, checking
Then ensure the _validate_coefs is called at the appropriate time before other methods, e.g. sample are able to be called.
|
def _validate_coefs(self) -> None: |
|
"""Validates shape, type, and ranges of coefficients for the process""" |
|
raise NotImplementedError() |
Populate this validation method for each model, checking
Then ensure the
_validate_coefsis called at the appropriate time before other methods, e.g.sampleare able to be called.pyesg/pyesg/diffusion_process.py
Lines 92 to 94 in ddde7ec