pints icon indicating copy to clipboard operation
pints copied to clipboard

Explain in documentation what if forward model fails

Open chonlei opened this issue 6 years ago • 9 comments

Add a sentence in doc saying what PINTS expect the model to return if it cannot solve the given set of parameters. E.g. it is expecting None or np.NaN or something else. An example would even be better, e.g. maybe just say one can do return np.full((len(times), self.n_output()), np.inf).

chonlei avatar Apr 18 '19 00:04 chonlei