Closed anthonygtellez closed 4 years ago
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:
default.meta
[algos] access = read : [ * ], write : [ admin ] export = system
done for 1.2 release
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
: