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

Don't check against empty timings array #250

Merged
merged 3 commits into from
Oct 25, 2024
Merged

Conversation

clementzach
Copy link
Collaborator

This PR resolves an error that happened when checking against an empty survey timings submits array

@clementzach clementzach requested a review from jprince127 October 9, 2024 03:07
@clementzach
Copy link
Collaborator Author

@biblicabeebli it looks like this PR is failing tests for type checking, but I definitely did not change anything related to types.

Do you know what the current process is for merging code with failed checks? Should we merge this in even if the checks fail or do we need to fix all of the old code?

@hackdna
Copy link
Member

hackdna commented Oct 10, 2024

Hi @clementzach, thanks for the bug fix. Those errors are about the correct use of NaN constant which is np.nan, not np.NaN (https://numpy.org/doc/2.0/reference/constants.html#numpy.nan). The check should pass once you fix the corresponding lines of code.

@hackdna
Copy link
Member

hackdna commented Oct 23, 2024

I fixed the mypy errors but we are now blocked by #210. I am working on a fix with @MStraczkiewicz and @GeorgeEfstathiadis.

@hackdna hackdna merged commit cd8cdbb into develop Oct 25, 2024
4 checks passed
@hackdna hackdna deleted the sycamore_bugfix_8_oct branch October 25, 2024 18:30
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