aiplan4eu / unified-planning

The AIPlan4EU Unified Planning Library
Apache License 2.0
185 stars 39 forks source link

fix(htn): Remove `ACTION_BASED` class from HTN planning problem kind. #523

Closed arbimo closed 10 months ago

arbimo commented 10 months ago

While it historically made sense to have it there, it prevented pure HTN planners from declaring that they do not support non-hierarchical planning.

Note that this is purely backward compatible (surprisingly).

codecov-commenter commented 10 months ago

Codecov Report

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

Comparison is base (73cacaa) 84.92% compared to head (2b2866d) 84.92%.

Files Patch % Lines
unified_planning/test/examples/hierarchical.py 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #523 +/- ## ========================================== - Coverage 84.92% 84.92% -0.01% ========================================== Files 200 200 Lines 26383 26385 +2 ========================================== + Hits 22407 22408 +1 - Misses 3976 3977 +1 ```

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