Well, That's the problem. It only seems to happen when I run desolve_odeint several times. The later runs seem to choke. Note that sage does *not* choke on any later sage calculations other than desolve. So, I don't really have a minimal example. I will try to see if I can come up with one, but it might not be that small. Do you want me to send it to you directly?
On Jan 19, 8:34 pm, Dan Drake <[email protected]> wrote: > On Fri, 16 Dec 2011 at 12:41PM -0800, Steven McKay wrote: > > Hi, > > I have been writing a large set of notes for Differential Equations, > > and have come across an annoying problem (that is probably my fault.) > > After adding enough sage constructions to my latex file, I started > > getting errors like: > > [...] > > > Which repeats over and over many times. This is only for > > constructions using desolve_odeint, and only for the later sage > > constructions, not the earlier ones. *However*, the same sage code in > > a notebook runs as expected without errors. So I know I don't have > > any errors in my code that is doing this. In fact, I took the sections > > with the "offending code" and compiled them separately in a smaller > > document, and the sage code ran correctly. > > > So, it seems as if I am overloading sage with too many calculations. > > This confuses me, however, because I thought sage did each calculation > > separately. > > It does them separately, but all in one session. > > I'm not sure what is happening here. Can you provide a minimal example > that demonstrates the problem? I've never seen anything like this, and > can't imagine why it would happen. > > Dan > > -- > --- Dan Drake > ----- http://mathsci.kaist.ac.kr/~drake > ------- > > signature.asc > < 1KViewDownload -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
