Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update structgen.py #292

Closed
wants to merge 1 commit into from
Closed

Update structgen.py #292

wants to merge 1 commit into from

Conversation

rolan701
Copy link
Contributor

networkx import

networkx import
@rolan701 rolan701 closed this Nov 15, 2024
@@ -15,6 +15,7 @@
import random
import itertools
import numpy as np
import networkx as nx

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'nx' is not used.
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 37.21%. Comparing base (9a7ce86) to head (ca14f70).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #292   +/-   ##
=======================================
  Coverage   37.21%   37.21%           
=======================================
  Files          90       90           
  Lines       30024    30025    +1     
=======================================
+ Hits        11174    11175    +1     
  Misses      18850    18850           
Flag Coverage Δ
unittests 37.21% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant