mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-09-07 07:27:20 +00:00
Implement fitting to circle using LSC and HyperFit (#45)
* chore: add pylint to devcontainer Signed-off-by: Dev Singh <dev@devksingh.com> * feat: init LSC fitting cuda and cpu-based LSC fitting using cupy and numpy Signed-off-by: Dev Singh <dev@devksingh.com> * docs: add changelog entry and module to class list Signed-off-by: Dev Singh <dev@devksingh.com> * docs: fix typo in comment Signed-off-by: Dev Singh <dev@devksingh.com> * fix: only import cupy if cuda available Signed-off-by: Dev Singh <dev@devksingh.com> * fix: move to own file, abandon cupy Signed-off-by: Dev Singh <dev@devksingh.com> * fix: remove numba dep Signed-off-by: Dev Singh <dev@devksingh.com> * deps: remove cupy dep Signed-off-by: Dev Singh <dev@devksingh.com> * feat: add tests Signed-off-by: Dev Singh <dev@devksingh.com> * fix: correct indentation Signed-off-by: Dev Singh <dev@devksingh.com> * fix: variable names Signed-off-by: Dev Singh <dev@devksingh.com> * fix: add self when refering to coords Signed-off-by: Dev Singh <dev@devksingh.com> * fix: numpy ordering Signed-off-by: Dev Singh <dev@devksingh.com> * docs: remove version bump, nomaintain add notice that module is not actively maintained, may be removed in future release Signed-off-by: Dev Singh <dev@devksingh.com> * fix: remove hyperfit as not being impled Signed-off-by: Dev Singh <dev@devksingh.com>
This commit is contained in:
@@ -24,5 +24,5 @@
|
||||
"ms-python.python",
|
||||
"waderyan.gitblame"
|
||||
],
|
||||
"postCreateCommand": "apt install vim -y ; pip install -r data-analysis/requirements.txt ; pip install -r analysis-master/requirements.txt ; pip install tra-analysis"
|
||||
"postCreateCommand": "apt install vim -y ; pip install -r data-analysis/requirements.txt ; pip install -r analysis-master/requirements.txt ; pip install pylint ; pip install tra-analysis"
|
||||
}
|
Reference in New Issue
Block a user