Commit 0ce35337 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Fix the 'happiness' bug

Fixes #258

This commit fixes the issue of the "empty Ngrams". The culprit was a bug
in the `arxiv-api` package, which was fixed by:

gargantext/crawlers/arxiv-api!2 (commits)

In a nutshell, due to the fact the relevant `Conduit` was never
completing, it was blocking the `flow` function, which was endlessly
waiting for the last part of the results to arrive.

Hence we were never calling the `flowCorpusUser`, which is the function
responsible for generating the Ngrams.
parent 052f4bf8
Pipeline #4513 failed with stages
in 9 minutes and 51 seconds