Sam Isaacson
Sam Isaacson
That doesn’t seem too bad! But there are many different editors people use, and I’d worry a decent number of them may have issues.
The counterpoint is that the blue style uses a lot more vertical screen space, thereby increasing the chance of being unable to fit all the code in a function on...
Yeah, but that is a lot less convenient than just having it work with the top level namespace too. Especially in plotting if you are trying to select three or...
That's definitely better, though still an extra thing for a user to remember and one more line to add to basic examples for accessing solutions or plotting. Just to look...
Also, feel free to move to MT if this makes more sense there. The scoping seemed a part of SciMLBase, hence why I opened this here, but maybe this is...
Should hopefully get posted late next week.
`isequivalent` should be the same as `==` modulo that it ignores the names of the systems. So anything we think is necessary to decide two systems are the same should...
A checklist of what functions should be updated in the comments before the ReactionSystem structure def would probably help with this.
We dispatch `==` to call `isequivalent` with the kwarg to require the same system name. Is there a reason to dispatch `isequal` instead of `==`? I thought `isequal` falls back...
@vyudu can you merge master into this? Do you know how to do that? (If not I can explain to you on Slack.) I usually use Gitkraken to do that...