You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphs v1.14.0 started exporting `maximum_clique`, which is a function
that MolecularGraph also exports. The two names collide, which causes
problems for MolecularGraph's test suite.
This fixes the problem by renaming MolecularGraph's `maximum_clique` to
`maximum_clique_mg`.
This also adds a bunch of Aqua tests to check for piracy, etc.
0 commit comments