vz-risk / Verum

Implementation of Context-Graph algorithms for graph enrichment and querying.
Apache License 2.0
24 stars 7 forks source link

Need to make sure enrichment plugin run interfaces are all the same #18

Closed gdbassett closed 9 years ago

gdbassett commented 9 years ago

Need to make sure enrichment plugin run interfaces are all the same. They need to either handle multiple inputs or not.

They need to all take the same number of inputs (i.e. start_time).

gdbassett commented 9 years ago

fixed in commit [gabe 01a7100]. All enrichment plugins now have the same (, start_time="") interface.