-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to work with a deployment of multiple frame processors #9
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
===========================================
+ Coverage 52.80% 63.53% +10.73%
===========================================
Files 5 5
Lines 214 266 +52
===========================================
+ Hits 113 169 +56
+ Misses 101 97 -4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To make this easier I have made a PR into odin-data fastcs-dev branch here: odin-detector/odin-data#341.
Once this is merged then the instructions for setting up a dev environment are simplified to:
clone odin-data fastcs-dev branch next door to odin-fastcs
open odin-data in vscode and re-open in container
-------------------------------------------------------
cd ../odin-fastcs
pip install -r dev/requirements.txt
pip install -e '.[dev]'
dev/configure.sh /odin /odin/venv
Hit Enter in right pane of zellij
Debug -> Odin IOC(odin-fastcs)
Both fast-cs and odin data can then be modified and tested in this container.
BTW I these instructions could be easily scripted. Caveat that this would be for inside container only.
Hi Gary, do you need any more from me on this PR? |
Add docstrings
This is used for adapters called "fp" and removes "status" and "config" from the parameter path.
Add support for multiple deployments in dev environment Remove workspaceFolder from devcontainer config Update README to use odin-data devcontainer Create odin extra for local development Print prompt to delete existing local deployment
0ad7b7c
to
8d7694d
Compare
This makes various code changes to work with a deployment of multiple frame processors and makes further improvements to the development environment to run against local odin-data deployments.