Skip to content

Avoid repeated predicates in PDDL domain generation#2

Open
francescobozzo wants to merge 1 commit intounitn-ASA:masterfrom
francescobozzo:master
Open

Avoid repeated predicates in PDDL domain generation#2
francescobozzo wants to merge 1 commit intounitn-ASA:masterfrom
francescobozzo:master

Conversation

@francescobozzo
Copy link
Copy Markdown

As already addressed in #1:

this.predicates.push(predicate)

Even after the fix has been implemented, if I am not wrong, this operation should be performed only a single time for each predicate with the same name. Therefore, if we find both (light ?l) (light ?m) (light ?l-with-different-len), the push action should be executed only when processing the first predicate occurence.

Please, consider the fact that to run my project, (developed alongside with my teammate @fedeizzo), the fix in this Pull Request is required

@vercel
Copy link
Copy Markdown

vercel bot commented Jul 5, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
deliveroojs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 5, 2023 10:20pm

@netlify
Copy link
Copy Markdown

netlify bot commented Jul 5, 2023

Deploy Preview for deliveroojs ready!

Name Link
🔨 Latest commit c18fb97
🔍 Latest deploy log https://app.netlify.com/sites/deliveroojs/deploys/64a5ec969aefca0008890d62
😎 Deploy Preview https://deploy-preview-2--deliveroojs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@francescobozzo francescobozzo marked this pull request as ready for review July 5, 2023 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant