Export algorithms to other apps
anthonygtellez opened this issue · 1 comments
anthonygtellez commented
update default.meta to export algorithms for use in other apps.
Currently using the algorithms: GraphLabelPropagation & GraphConnectedComponents cause errors when they are run outside the app.
I suggest the following fix to default.meta
:
[algos]
access = read : [ * ], write : [ admin ]
export = system
pdrieger commented
done for 1.2 release