aig-upf / tarski

Tarski - An AI Planning Modeling Framework
Apache License 2.0
59 stars 19 forks source link

Remove largely unused support for SDD compilation #102

Closed gfrances closed 3 years ago

gfrances commented 3 years ago

We're removing the preliminary support we had for the PySDD module, as we're not really using it anymore, and it comes with a number of dependencies which are not easy to install, meaning the entire thing is hard to test. I've tagged the last revision with the sdd.py file with tag sdd_support, in case we need to use that code again at some point.

codecov-commenter commented 3 years ago

Codecov Report

Merging #102 (2062189) into devel (fa04f01) will increase coverage by 1.21%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #102      +/-   ##
==========================================
+ Coverage   96.97%   98.18%   +1.21%     
==========================================
  Files          48       46       -2     
  Lines        3107     3034      -73     
  Branches      123      114       -9     
==========================================
- Hits         3013     2979      -34     
+ Misses         78       45      -33     
+ Partials       16       10       -6     
Impacted Files Coverage Δ
tests/io/common.py

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 fa04f01...2062189. Read the comment docs.