Skip to content
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

Feat emg side #1036

Merged
merged 3 commits into from
Aug 30, 2024
Merged

Feat emg side #1036

merged 3 commits into from
Aug 30, 2024

Conversation

saskiad
Copy link
Collaborator

@saskiad saskiad commented Aug 26, 2024

adding side option for Myomatrix Contact

@saskiad saskiad requested a review from dbirman August 26, 2024 16:24
Copy link
Member

@dbirman dbirman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually after approving this I realized that I don't know why the schema_version value is changing? That seems to be causing the error in the examples

@@ -650,7 +652,7 @@ class Procedures(AindCoreModel):
_DESCRIBED_BY_URL = AindCoreModel._DESCRIBED_BY_BASE_URL.default + "aind_data_schema/core/procedures.py"
describedBy: str = Field(_DESCRIBED_BY_URL, json_schema_extra={"const": _DESCRIBED_BY_URL})

schema_version: Literal["1.0.0"] = Field("1.0.0")
schema_version: Literal["0.13.14"] = Field("0.13.14")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is supposed to be 1.0.0 and then the example will work

@saskiad
Copy link
Collaborator Author

saskiad commented Aug 27, 2024 via email

@saskiad saskiad added this pull request to the merge queue Aug 30, 2024
Merged via the queue into dev with commit 9dc0556 Aug 30, 2024
5 checks passed
@saskiad saskiad deleted the feat_emg_side branch August 30, 2024 06:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants