aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models
https://thegolem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
63 stars 7 forks source link

Fix networkx adapter #160

Closed YamLyubov closed 1 year ago

YamLyubov commented 1 year ago

BaseNetworkxAdapter refactored to process parameters of graph nodes correctly.

Also:

codecov-commenter commented 1 year ago

Codecov Report

Merging #160 (aec8c8d) into main (533ab80) will increase coverage by 0.04%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #160      +/-   ##
==========================================
+ Coverage   73.95%   73.99%   +0.04%     
==========================================
  Files         129      129              
  Lines        7647     7656       +9     
==========================================
+ Hits         5655     5665      +10     
+ Misses       1992     1991       -1     
Files Changed Coverage Δ
golem/core/adapter/adapter.py 90.00% <100.00%> (+0.25%) :arrow_up:
golem/core/adapter/nx_adapter.py 81.96% <100.00%> (+1.61%) :arrow_up:
golem/core/tuning/optuna_tuner.py 92.85% <100.00%> (+0.08%) :arrow_up:
golem/core/tuning/tuner_interface.py 90.67% <100.00%> (+0.07%) :arrow_up:

... and 3 files with indirect coverage changes