-
Notifications
You must be signed in to change notification settings - Fork 4
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
Test new passive API endpoint with mtrain dev env #156
Comments
Latest issue was that mice in passive script would not allow test mice through submission of pkl files. ie with this input json: with the following line cmd: would return: I think the error is because the session already exists. but When I call I think the error is because mouse id are not properly converted. Asking to merge this commit onto the dev environment: |
Passive pkl file got in ! {"status_code": 200, "reason": "OK", "input_parameters": {"API_BASE": "http://devmtrain1.corp.alleninstitute.org:5000", "foraging_file_name": "/allen/programs/mindscope/production/openscope/prod0/specimen_1194090570/behavior_session_1207398649/220906125538_637484_82ddf9b9-34cc-4b3f-87dd-f10f4d79be62.pkl", "foraging_id": "82ddf9b9-34cc-4b3f-87dd-f10f4d79be62"}, "text": "{\n "success": true\n}\n"} |
Will ask Sean McCullock to review this |
We are currently in the process of testing a new API endpoint to automatically route passively train mice with mtrain.
Currently development is tracked on those repo:
https://github.com/jeromelecoq/mtrain_api
https://github.com/jeromelecoq/mtrain_lims
(Because of lack of write access to main repos).
The text was updated successfully, but these errors were encountered: