BennMacdonald / AGM_RPackage

1 stars 0 forks source link

Function solveODE has weird error reporting #4

Open FrankD opened 7 years ago

FrankD commented 7 years ago

Seems to report an error based on the form of the output from ode(); needs investigation and ideally better error handling.

Low priority.

BennMacdonald commented 7 years ago

Has this happened for all ODE models? If not, what particular ones did this happen for?

FrankD commented 7 years ago

Sorry, my description is a bit cryptic; I meant that it (always) returns a variable called error which is either TRUE or FALSE. It doesn't throw an error (as far as I'm aware). I'm pretty sure this is something I implemented originally, so I'll fix it, but it doesn't seem to cause any problems at the moment.