GaitAnalysisToolKit icon indicating copy to clipboard operation
GaitAnalysisToolKit copied to clipboard

Tools for the Cleveland State Human Motion and Control Lab

Results 49 GaitAnalysisToolKit issues
Sort by recently updated
recently updated
newest added

In 2018 this env.yml file worked: ```yaml name: gaitanalysis-dev-oldest channels: - defaults dependencies: - python =2.7.* - numpy =1.8.2 - scipy =0.13.3 - matplotlib =1.3.1 - pytables =3.1.1 - pandas...

``` /home/moorepants/miniconda3/envs/gaitanalysistoolkit-dev/lib/python2.7/unittest/case.py:393: FutureWarning: get_store is deprecated and be removed in a future version HDFStore(path, **kwargs) is the replacement return self.run(*args, **kwds) ```

Relevant warning from the tests: ``` gaitanalysis.tests.test_controlid.TestSimpleControlSolver.test_compute_estimated_controls ... /home/moorepants/miniconda3/envs/gaitanalysistoolkit-dev/lib/python2.7/site-packages/nose/util.py:471: FutureWarning: Panel is deprecated and will be removed in a future version. The recommended way to represent these types of 3-dimensional...

Addresses issues #30 and some of #49. The Octave file `leg2d.m` was quite slow. It takes from 5 to 6 minutes on my machine to compute the inverse dynamics of...

enhancement
performance

``` gaitanalysis.tests.test_motek.TestDFlowData.test_extract_processed_data ... /home/moorepants/miniconda3/envs/gaitanalysistoolkit-dev/lib/python2.7/site-packages/numpy/core/fromnumeric.py:51: FutureWarning: 'argmin' is deprecated, use 'idxmin' instead. The behavior of 'argmin' will be corrected to return the positional minimum in the future. Use 'series.values.argmin' to get...

``` gaitanalysis.tests.test_gait.test_find_constant_speed ... /home/moorepants/miniconda3/envs/gaitanalysistoolkit-dev/lib/python2.7/site-packages/scipy/signal/_arraytools.py:45: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use `arr[tuple(seq)]` instead of `arr[seq]`. In the future this will be interpreted as an array index,...

``` /home/moorepants/src/GaitAnalysisToolKit/gaitanalysis/controlid.py:489: FutureWarning: `rcond` parameter will change to the default of machine precision times ``max(M, N)`` where M and N are the input matrix dimensions. To use the future default...

Currently getting this when running `nosetests` having dealt with the `interp1q` to `interp1` issue. ```` user:~/GaitAnalysisToolKit$ nosetests ............./usr/lib/python2.7/unittest/case.py:393: FutureWarning: get_store is deprecated and be removed in a future version HDFStore(path,...