Jason K. Moore

Results 1406 comments of Jason K. Moore

Also the current file names have colons in them which has to be escaped on unix. This is not preferable. We should also consider custom file extensions like: `.scene` and...

I see, then we just need to make this available in the GUI. In particular we need two loaders: one for a scene and one for a sim. These should...

Thanks! We need to fix this then or all the Windows users will be screwed at SciPy.

I moved this to the 0.3.0 milestone. We can fix it in Sahil's PR since he's dealing with these files there.

Ok, feel free to take it on.

See this PR: https://github.com/pydy/pydy/pull/287. It has some related fixes but something is wrong with it.

Yes, these would only be changeable if you are using the `System` class to generate a scene, much like the constants are used now. We need to make sure that...

I don't know. I can't remember what I thought about this. I guess the idea should be around decoupling the things that depend on the simulation from those that are...

It may be the case that order is not required but sets are particularly annoying to work with from a user perspective. For example, If I have a system and...