-
Notifications
You must be signed in to change notification settings - Fork 17
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
Feat emg side #1036
Conversation
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.
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") |
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.
I think this is supposed to be 1.0.0 and then the example will work
ah, that helps. Thanks for catching that.
…On Mon, Aug 26, 2024 at 9:42 AM Dan Birman ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/aind_data_schema/core/procedures.py
<#1036 (comment)>
:
> @@ -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")
I think this is supposed to be 1.0.0 and then the example will work
—
Reply to this email directly, view it on GitHub
<#1036 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5N4JULQE42OITOUQIXM4DZTNLG3AVCNFSM6AAAAABNEK2BJCVHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDENRRGEZDCNZRGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
adding side option for Myomatrix Contact