daphne-eu / daphne

DAPHNE: An Open and Extensible System Infrastructure for Integrated Data Analysis Pipelines
Apache License 2.0
65 stars 58 forks source link

Import path defaults and test cases #434

Open corepointer opened 1 year ago

corepointer commented 1 year ago

The default values in userconfig.json for import paths point to some directory in the test directory. There are better options for meaningful defaults imho. If there will be a change in these defaults, the test cases for this feature need to be adjusted as they seem to rely on the current defaults.

pdamme commented 1 year ago

I totally agree. We are currently adding more and more scripts with DaphneDSL UDFs translated from Apache SystemDS's built-in functions in scripts/algorithms/. The plan is to have a kind of standard library of high-level primitives in DaphneDSL. These should be covered by the default import paths.