dollabs / pamela

Probabalistic Advanced Modeling and Execution Learning Architecture
Apache License 2.0
233 stars 13 forks source link

Broken pamela files #193

Closed pmdoll closed 4 years ago

pmdoll commented 4 years ago

test/pamela/parallel.pamela does not compile.

pamela -i parallel.pamela -t "(parallel-tpn.simple-parallel-tpn)" htn
20-07-29 18:44:56 Rising-Sun-2 ERROR [pamela.htn:0] - pclass constructor arity mismatch for pclass parallel-tpn expecting [plant] provided []
20-07-29 18:44:56 Rising-Sun-2 ERROR [pamela.cli:0] - 
 ERROR caught exception:
pclass constructor arity mismatch for pclass parallel-tpn expecting [plant] provided []
dcerys commented 4 years ago

Many of the Pamela files are used only for IR generation testing, and not for HTN generation. I'll create a test/pamela/README.md file to clarify this.