Open-EO / openeo-pg-parser-python

A python parser for openEO process graphs
Apache License 2.0
1 stars 6 forks source link

process definitions at wrong place #8

Closed claxn closed 4 years ago

claxn commented 4 years ago

The process definitions in tests/processes should be in src/openeo_pg_parser_python/processes, because they will be used to validate a process graph after translation. What was you intention to put it into the test folder, @lforesta?

claxn commented 4 years ago

Solved: You can specify an arbitrary directory path or URL to validate your process graph. For testing purposes fixed process definitions reside in the test folder.