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
https://github.com/clinfo/GraphGenerativeModel/blob/master/lib/data_structures.py#L220
""" source_atom - sum(invalid_atoms[:source_atom]), destination_atom - sum(invalid_atoms[:destination_atom]), """ should be used.
The text was updated successfully, but these errors were encountered:
Thank you for the heads up. We will look into it and fix it for the next version.
Sorry, something went wrong.
Merge pull request #4 from elix-tech/additional_functionality
2babfc5
Additional functionality
No branches or pull requests
https://github.com/clinfo/GraphGenerativeModel/blob/master/lib/data_structures.py#L220
"""
source_atom - sum(invalid_atoms[:source_atom]),
destination_atom - sum(invalid_atoms[:destination_atom]),
"""
should be used.
The text was updated successfully, but these errors were encountered: