-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix(raw): impossible to see matrix containing NaN values #1714
fix(raw): impossible to see matrix containing NaN values #1714
Conversation
Bug Fixes
Features
ContributorsMartinBelthle, laurent-laporte-pro Commit-Lint commandsYou can trigger Commit-Lint actions by commenting on this PR:
|
I tried to use |
You are right: it is written in the documentation. |
2e78b63
to
b005e26
Compare
b005e26
to
79a141d
Compare
79a141d
to
7394248
Compare
In the file
raw_studies_blueprint.py
, i "rollbacked" the behaviour as it was before this PR: #1577 to allow NaN values in matrices.I added an integration test to ensure this worked.
I've also cleaned a bit the
test_integration.py
file:admin_access_token
when neededadmin_headers = {"Authorization": f"Bearer {admin_access_token}"}
at the beginning of each test to use this value everywhere and by doing so, I lightened the code