Jason K. Moore
Jason K. Moore
Hi, The setup.py has the lines: ``` package_data={'': ['LICENSE.txt', 'README.md', 'requirements.txt'] }, ``` But the license and requirements files are not present in the 0.2.5 tarball, thus it is not...
Things that need to be done: - [x] rename `cycle_app.py` to `app.py`. - [x] Add entry point for the app. - [x] get it working on Python 3.10 (including Yeadon)...
The app will work more smoothly if we create the figure once and then only update the data in the plot when the widgets are manipulated by the users. Check...
RIght now Model() takes a dictionary but that means you can't use any functionality of ParameterSet() inside of Model().
Eigenvectors can only easily be visualized for a specific speed and eigenvalue set. It would be nice to have a slider to adjust the speed and the eigenvector component plots...
The eigenvalue plot has data for multiple lines plotted against the independent variable (speed). There are four eigenvalues and each have real and imaginary parts. So you want to be...
The caster line (lower blue one in this plot) often makes the lower y limit very large and the more interesting parts of the graph are not shown. It would...
Andrew Dressel had this comment: "Will you implement some kind of "About" or "Help" functionality in the UI? For example, How it steer axis tilt measured? It certainly is discoverable,...
Users should be able to construct a yaml file with all the bicycle parameters and upload it to the app.
This should likely use the eigenvectors as more proper predictors of the modes. There is the issue that extreme bicycle designs may not have the characteristic weave, capsize, and caster...