Jason K. Moore

Results 1406 comments of Jason K. Moore

No you didn't do it in a new branch, you can see this at the top of the PR: ![image](https://github.com/csu-hmc/opty/assets/276007/46f3aec5-1e48-49c2-868e-ac0178c0617f) You are asking for a merge from your master to...

Closed in favor of #184.

Your responses make sense, so I'm ok with the new kwarg and keeping things separate.

> Was this from a branch as it should be? Yes!

The computation time is relatively large compared to the other examples: ``` computation time summary: - ../examples-gallery/plot_sliding_block.py: 107.93 sec 0.0 MB - ../examples-gallery/plot_parallel_park.py: 70.83 sec 0.0 MB - ../examples-gallery/plot_pendulum_swing_up_variable_duration.py: 70.61...

If you are not building the documentation locally, you will not see all of the errors/warnings nor will you get the full timings.

You have python setup already. You can run it many ways: jupyter, vs code, command prompt, etc. The command prompt is the most basic and universal way to interact with...

For example this is how I test your pull request at the command prompt (note this will have slight differences on windows): ```bash moorepants$ cd ~/src/opty/ opty(master)$ git fetch Peter230655...

> I think, I will simply have to learn how to use a shell! If you want to contribute to development with software, it is a necessity. You can minimize...