CharJon / GeCO

Generators for Combinatorial Optimization
MIT License
14 stars 4 forks source link

Graphs #94

Closed CharJon closed 3 years ago

CharJon commented 3 years ago
mmghannam commented 3 years ago
  • [x] Needs to be updated by merging main into it

Also,

We should maybe also think about test standards for graph generators?

CharJon commented 3 years ago
  • [x] Needs to be updated by merging main into it

Also,

  • [ ] Docstrings should be compliant to new standards.

We should maybe also think about test standards for graph generators?

Sure. We could start by adding min and max degree to the existing number of nodes and number of edges checks.

codecov-io commented 3 years ago

Codecov Report

Merging #94 (06209f2) into main (c7d680e) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              main       #94    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           41        50     +9     
  Lines          750      1113   +363     
==========================================
+ Hits           750      1113   +363     
Impacted Files Coverage Δ
geco/graphs/__init__.py 100.00% <100.00%> (ø)
geco/graphs/chimera.py 100.00% <100.00%> (ø)
geco/graphs/pegasus.py 100.00% <100.00%> (ø)
geco/graphs/utilities.py 100.00% <100.00%> (ø)
geco/mips/set_cover/__init__.py 100.00% <0.00%> (ø)
geco/mips/facility_location/generic.py 100.00% <0.00%> (ø)
geco/mips/loading/orlib.py 100.00% <0.00%> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c7d680e...06209f2. Read the comment docs.