pints
                                
                                 pints copied to clipboard
                                
                                    pints copied to clipboard
                            
                            
                            
                        Explain in documentation what if forward model fails
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).