pydy / pydy-tutorial-human-standing

PyDy tutorial materials for MASB 2014, PYCON 2014, and SciPy 2014/2015.
http://pydy.org
160 stars 70 forks source link

Switch the simulation notebook over to using the new System class. #74

Closed moorepants closed 9 years ago

moorepants commented 9 years ago

I think the System class will be nicer and it will enable fiddling with the constants in the GUI. But it does hide a little bit what is going on.

moorepants commented 9 years ago

If we want the GUI parameter adjustments to work we need to change to the System class, they don't work otherwise.

moorepants commented 9 years ago

I thought about this some more and have decided to not change to the System class for three reasons:

  1. Don't fix what ain't broken and it takes more time to fix.
  2. The parameter adjustment is nice but we don't really need it in the tutorial.
  3. System is experimental and Sahil is likely going to change it a bit.

@jcrist If you think we should add this in I can. I'm closing for now.