• Alfredo Di Napoli's avatar
    Fix the 'happiness' bug · 0ce35337
    Alfredo Di Napoli authored
    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.
    0ce35337
Job.hs 2.53 KB