odin icon indicating copy to clipboard operation
odin copied to clipboard

Add troubleshooting doc

Open richfitz opened this issue 2 years ago • 2 comments

E.g., where lsoda requires more steps, as it's not obvious:

  • where to look for help on this
  • how to pass the additional args in

richfitz avatar Oct 07 '21 08:10 richfitz

this sort of thing

DLSODA-  At current T (=R1), MXSTEP (=I1) steps   
      taken on this call before reaching TOUT     
In above message, I1 = 5000
 
In above message, R1 = 23.204
 
Warning messages:
1: In lsoda(y, times, func, parms, ...) :
  an excessive amount of work (> maxsteps ) was done, but integration was not successful - increase maxsteps
2: In lsoda(y, times, func, parms, ...) :
  Returning early. Results are accurate, as far as they go

richfitz avatar Oct 07 '21 08:10 richfitz

now more fully discussed here: https://github.com/mrc-ide/odin/issues/243

richfitz avatar Oct 13 '21 16:10 richfitz