Remove pddl-instances submodule dependency #13
Labels
No Label
aesthetic
benchmarks
bug
documentation
duplicate
enhancement
help wanted
invalid
question
suggestion
task
wontfix
No Milestone
No Assignees
1 Participants
Due Date
Dependencies
No dependencies set.
Reference: patrick/plasp#13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While the
pddl-instances
submodule is very handy for running unit tests, I believe it’s somewhat annoying for users to have to download that (large) repository—especially, if the users don’t intend to run the unit tests.For this reason, I think it would be best to clone
pddl-instances
only when necessary when executing the test commands.