We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following line is present in all parcellation-specific null models (i.e., nulls.vasa, nulls.hungarian, nulls.baum, and nulls.cornblath):
nulls.vasa
nulls.hungarian
nulls.baum
nulls.cornblath
https://github.com/netneurolab/brainnotation/blob/09ef3c88270f85d97de83d69e51cb6917e21f417/brainnotation/nulls/nulls.py#L190
But it should be the opposite (i.e., if parcellation is None). Currently all of these functions are useless 😬 Should be an easy fix, though!
if parcellation is None
(h/t to @danjgale for pointing this out)
The text was updated successfully, but these errors were encountered:
Hypothetically fixed with the mess of a PR that was #5. Gonna leave this open 'till I add some tests to confirm, though.
Sorry, something went wrong.
No branches or pull requests
The following line is present in all parcellation-specific null models (i.e.,
nulls.vasa
,nulls.hungarian
,nulls.baum
, andnulls.cornblath
):https://github.com/netneurolab/brainnotation/blob/09ef3c88270f85d97de83d69e51cb6917e21f417/brainnotation/nulls/nulls.py#L190
But it should be the opposite (i.e.,
if parcellation is None
). Currently all of these functions are useless 😬 Should be an easy fix, though!(h/t to @danjgale for pointing this out)
The text was updated successfully, but these errors were encountered: