aiplan4eu / unified-planning

The AIPlan4EU Unified Planning Library
Apache License 2.0
193 stars 41 forks source link

Add a custom parameter to disable action pruning in the UP grounder #557

Closed alvalentini closed 9 months ago

codecov-commenter commented 9 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (da8ab70) 84.96% compared to head (b7bf8a8) 84.95%. Report is 11 commits behind head on master.

Files Patch % Lines
unified_planning/engines/compilers/grounder.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #557 +/- ## ========================================== - Coverage 84.96% 84.95% -0.01% ========================================== Files 200 200 Lines 26433 26436 +3 ========================================== + Hits 22458 22460 +2 - Misses 3975 3976 +1 ```

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

mikand commented 9 months ago

OK for me. For future reference: we needed this to construct a grounding that remains valid even if the initial state is changed (this is not true if static fluents are used for simplification)