Skip to content

Commit ce48e1e

Browse files
committed
fix: remove pddl2ltl and remove FDgrounder dependency
the poetry lock has been produced with `poetry lock --no-update`
1 parent a050f13 commit ce48e1e

File tree

5 files changed

+1
-215
lines changed

5 files changed

+1
-215
lines changed

plan4past/exceptions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ class ProblemUnsolvableException(BasePlan4PastError):
3232
"""Exception raised when the problem is unsolvable."""
3333

3434

35-
class MalformedExpression(BasePlan4PastError):
36-
"""Malformed expression exception."""
37-
38-
3935
class MappingParserError(BasePlan4PastError):
4036
"""Mapping parser error."""
4137

plan4past/utils/pddl2ltl.py

Lines changed: 0 additions & 188 deletions
This file was deleted.

poetry.lock

Lines changed: 1 addition & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ python = ">=3.8.1,<4.0"
3838
click = "^8.1.3"
3939
pddl = "^0.3.1"
4040
pylogics = "^0.2.1"
41-
FDgrounder = { git = "https://github.com/LBonassi95/downward/", branch = "only-grounder-lib" }
4241

4342
[tool.poetry.group.dev.dependencies]
4443
bandit = "^1.7.5"

scripts/whitelist.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,6 @@
3838
_ # unused function (plan4past/utils/nnf_visitor.py:43)
3939
_ # unused function (plan4past/utils/nnf_visitor.py:49)
4040
_ # unused function (plan4past/utils/nnf_visitor.py:55)
41-
LTL_UNTIL # unused variable (plan4past/utils/pddl2ltl.py:48)
42-
LTL_RELEASE # unused variable (plan4past/utils/pddl2ltl.py:49)
43-
LTL_ALWAYS # unused variable (plan4past/utils/pddl2ltl.py:50)
44-
LTL_EVENTUALLY # unused variable (plan4past/utils/pddl2ltl.py:51)
45-
LTL_NEXT # unused variable (plan4past/utils/pddl2ltl.py:52)
46-
LTL_WEAKNEXT # unused variable (plan4past/utils/pddl2ltl.py:53)
4741
_ # unused function (plan4past/utils/ppnf_visitor.py:46)
4842
_ # unused function (plan4past/utils/ppnf_visitor.py:52)
4943
_ # unused function (plan4past/utils/ppnf_visitor.py:58)

0 commit comments

Comments
 (0)