Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.13k stars 154 forks source link

Add Zachary's Karate Club #1280

Closed IvanIsCoding closed 1 week ago

IvanIsCoding commented 2 months ago

Adds the famous Zachary's karate club, a network that is used in many examples.

Makes #1277 easier and I assume it will be used in lots of example for community detection algorithms

coveralls commented 2 months ago

Pull Request Test Coverage Report for Build 11859929189

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
src/iterators.rs 67 74.78%
<!-- Total: 67 -->
Totals Coverage Status
Change from base Build 11709175986: 0.009%
Covered Lines: 18125
Relevant Lines: 18913

💛 - Coveralls