Jason K. Moore
Jason K. Moore
@rrryy39 You will need to understand how to use the `Bicycle` object, see https://pythonhosted.org/BicycleParameters/examples.html
From @rrryy39: > I tried this line of code and it gives me this error: >  >  > I tried with different parameters and it always gives this...
The error message indicates that the directory where your data files are cannot be found, thus it returns `bicycle = None`. Make sure to use the same value `pathToData` is...
You don't seem to be using the path that is defined in the app, which is here: https://github.com/moorepants/BicycleParameters/blob/master/bicycleparameters/cycle_app.py#L21
Are you trying this in the app or just a stand alone test to calculate the eigenvalues?
1. You need a directory with the data, one such directory is included in the git repo. 2. You need to specify the path to that directory correctly. The path...
@sandertyu Is this ready to be merged? I forgot about this.
This is also the case with Jason + Stratos.
This should be checked again now that we've updated the algorithm in PR #18. There is a check in http://nbviewer.ipython.org/github/chrisdembia/yeadon/blob/v1.2.0/examples/bicyclerider/bicycle_example.ipynb that could be implemented.
Thanks, I've figured those things out hunting around, but my suggestion would be to expose this in the sphinx docs. I'm using this package in my graduate course and the...