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
My fnl_tools build is failing because this line is trying to import align_states from nltools which doesn't exist.
align_states
I only see align in nltools.stats at the moment: https://github.com/cosanlab/nltools/blob/91822a45778415ee2cdded7134e60bcde2bb7814/nltools/stats.py#L32
align
Is align_states a new function planned to be added to nltools?
The text was updated successfully, but these errors were encountered:
ljchang
No branches or pull requests
My fnl_tools build is failing because this line is trying to import
align_states
from nltools which doesn't exist.I only see
align
in nltools.stats at the moment: https://github.com/cosanlab/nltools/blob/91822a45778415ee2cdded7134e60bcde2bb7814/nltools/stats.py#L32Is
align_states
a new function planned to be added to nltools?The text was updated successfully, but these errors were encountered: