Robert Clewley
Robert Clewley
To help clarify (I'm working with Joel on this, for context), we are getting this error in the browser's javascript console using Jupyter _Lab_ 3.2.0 and I'm now not sure...
@z2v Thanks for the info. I don't have time to study this in detail right now, but if the changes are limited in scope, as they appear to be, can...
@z2v OK, but which check are you referring to in HybridModel._applyStateMap? The only one I see is the check for simultaneous events, which is important to trap. Did I miss...
@z2v That's what I thought. This might need closer investigation, then, because that check is important. Without it, rare cases where there are simultaneous events will go unnoticed and could...
@z2v I understand so far about the current state. But you added the rich comparisons in the patch and said that still leads to a problem. Why do the rich...
There is indeed something wrong with the logical principle of this check (beyond the technical issue of cmp vs eq implementation). Currently, later in the method, there's a warning from...
It's not any kind of priority at the moment, no. I see its value but I'll most likely not have time to work on it myself in the foreseeable future....
Well, ultimately you should study how the PyDSTool.Vode_ODEsystem class wraps the scipy version and map out the similarities in the scipy APIs between DVODE and ZVODE. My code there is...
Hi. You now have `dmModel.Rhs` as a callable python function. I think you should first convince yourself that your implementation of H has the desirable properties (continuity, smoothness, well-conditioned, etc.)...
I was trying a new way to organize the special names from scipy.special, and I put them in the "global" namespace of the vector field definition, rather than requiring them...