[Teammetrics-discuss] Graph generation of liststat.py

Andreas Tille andreas at an3as.eu
Thu Feb 16 19:07:00 UTC 2012


On Thu, Feb 16, 2012 at 10:51:33PM +0530, Sukhbir Singh wrote:
> Hi,
> 
> Here is the output from my run:
> 
>     $ ./render-all-graphs
>     UPDATE 0
>     DELETE 0
>     Error in `rownames<-`(`*tmp*`, value = 2003) :
>       attempt to set rownames on object with no dimensions
>     Execution halted
>     Error in `rownames<-`(`*tmp*`, value = 2003) :
>       attempt to set rownames on object with no dimensions
>     Execution halted
>     Error in `rownames<-`(`*tmp*`, value = c(2007, 2008)) :
>       attempt to set rownames on object with no dimensions
>     Execution halted
>     Error in `rownames<-`(`*tmp*`, value = c(2007, 2008)) :
>       attempt to set rownames on object with no dimensions
>     Execution halted
>     Calculate uploaders history
>     Calculate bug closing history
> 
> You are right, the teammetrics graph has been generated (and wow, so
> happy to see something tangible come out of our work),

:-)

> but there are
> the errors above that remain. I am not sure where to insert the DEBUG
> statement for this code, so please fix this (or guide me where to
> start fixing this).

If you look into render-all-graphs, you see it is basically calling

   author_stats*

You can try to track down the problematic teams if you see a *.txt file
without any corresponding *.png file.  So just look into the *.txt files
and you can also call the author_stats script manually with the team in
question as argument.  IMHO the both two errors are just the remaining
non-teams which just need to be removed from our focus at all.

Kind regards

    Andreas.

-- 
http://fam-tille.de



More information about the Teammetrics-discuss mailing list