Closed adriaque closed 7 months ago
Attention: Patch coverage is 0%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 35.33%. Comparing base (
ea50ba9
) to head (01b3c30
). Report is 13 commits behind head on main.:exclamation: Current head 01b3c30 differs from pull request most recent head 5725d73. Consider uploading reports for the commit 5725d73 to get more accurate results
Files | Patch % | Lines |
---|---|---|
src/pyBiodatafuse/graph/neo4j.py | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
in the nx.write_graphml() function this error happened. I've added a new parameter
named_key_ids=True
as in the functionsave_graph_to_graphml
defined at the beginning of the script.