Skip to content

Conversation

@grg2rsr
Copy link
Collaborator

@grg2rsr grg2rsr commented Dec 11, 2024

including:
read after write conversion checks
revisions being explicitly passed to the data interfaces


return metadata

def __init__(
Copy link
Collaborator

Choose a reason for hiding this comment

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

@grg2rsr this will fix the issue that we discussed on Wednesday.

@h-mayorquin
Copy link
Collaborator

The current error in the CI is because of this line:

    def __init__(self, one: ONE, session: str, revision: str | None = None):

The thing is that python only supports the typingstr| None instead of Union[str | None] after python 3.10. I changed this to typing Optional so this can be robust.

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.

3 participants