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

corner cases in _read_str, _read_int and _read_float #50

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

emiddell
Copy link

This PR addresses corner cases found in existing snirf datasets.

@sstucker
Copy link
Contributor

Thanks so much for the contribution!

The type hinting with the | you used is only supported past 3.10 and I don't really want to use it. Change it to something compatible with at least 3.9, ideally 3.6. We're not totally settled on version support but I don't want to roll forward to >3.10 just for hinting.

I also need to figure out why all the tests are failing. I'm working on a few major updates and look forward to getting this sorted out shortly

Thanks again for finding this and fixing it.

@sstucker
Copy link
Contributor

I am leaning towards supporting Python >3.9 for numpy 2.0.0

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