BioDataFuse / pyBiodatafuse

Python package for biodatafuse project.
MIT License
3 stars 8 forks source link

there was a problem importing the graphml file, #126

Closed adriaque closed 7 months ago

adriaque commented 7 months ago

in the nx.write_graphml() function this error happened. I've added a new parameter named_key_ids=True as in the function save_graph_to_graphml defined at the beginning of the script.

Screenshot 2024-03-29 at 17 52 35
codecov[bot] commented 7 months ago

Codecov Report

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:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #126 +/- ## ========================================== - Coverage 35.58% 35.33% -0.26% ========================================== Files 26 26 Lines 1863 1766 -97 Branches 348 339 -9 ========================================== - Hits 663 624 -39 + Misses 1168 1110 -58 Partials 32 32 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.