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
Error was encountered when running eg.constraint and eg.hierarchy on an GraphC object representing the karate club dataset.
eg.constraint
eg.hierarchy
GraphC
karate club
OS: macOS Monterey 12.4, Intel
python: CPython 3.9.13
Python 3.9.13 (main, May 24 2022, 21:28:31) [Clang 13.1.6 (clang-1316.0.21.2)] on darwin
python-easygraph: 0.2a38
## Setup git clone https://github.com/tddschn/easygraph-test.git cd easygraph-test # install pinned dependencies # CPython >=3.9,<3.10 is required poetry install # install poetry first: https://python-poetry.org/ # activate venv poetry shell ## Run tests poetry run pytest
AttributeError: 'GraphC' object has no attribute 'is_multigraph'
The text was updated successfully, but these errors were encountered:
Screenshot
Sorry, something went wrong.
Unparalleled-Calvin
No branches or pull requests
Error was encountered when running
eg.constraint
andeg.hierarchy
on anGraphC
object representing thekarate club
dataset.Info
OS: macOS Monterey 12.4, Intel
python: CPython 3.9.13
python-easygraph: 0.2a38
To reproduce the error, run
Error when running the above tests
The text was updated successfully, but these errors were encountered: