added changes on checking similarity
This commit is contained in:
5
base/api/calltoreducer.py
Normal file
5
base/api/calltoreducer.py
Normal file
@ -0,0 +1,5 @@
|
||||
from .haystack import haystack
|
||||
from .haystackreducer import haystackreducer
|
||||
|
||||
def calltoreducer(emissions, key, join):
|
||||
join[key] = haystackreducer(emissions)
|
||||
Reference in New Issue
Block a user