Closed (fixed)
Project:
Memetracker
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Jun 2008 at 17:06 UTC
Updated:
3 Jul 2008 at 17:07 UTC
Memetracker won't cluster more than 110 content at a time. I'm guessing the problem is python/bash has some limition on the length of command line arguments that'll it take (right now with 110 content, memetracker is passing 106375 characters to cluster.py).
My plan right now to work around that is to write the distance info to a temp file in the machinelearningapi directory which the Python script would parse.
Comments
Comment #1
kyle_mathews commentedFixed here:
http://drupal.org/cvs?commit=125141