Qiskit / rustworkx

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

Adds support GraphML support for long #1142

Closed jamesdbaker closed 5 months ago

jamesdbaker commented 5 months ago

Fixes #1140 by adding GraphML support for "long", along with corresponding unit tests

CLAassistant commented 5 months ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 5 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

IvanIsCoding commented 5 months ago

Thanks so much for finding the bug AND contributing the fix! Overall the code seems ready and the unit test is appropriate.

I think the only missing item is the CLA signing and then we should be good to go

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 8298916674

Details


Totals Coverage Status
Change from base Build 8210134916: 0.0%
Covered Lines: 17160
Relevant Lines: 17786

💛 - Coveralls