[Shootout-list] data.csv format

Brent Fulgham bfulg@pacbell.net
Fri, 27 May 2005 09:50:34 -0700 (PDT)


--- Bengt Kleberg <bengt.kleberg@ericsson.com> wrote:
> in _write_summary_tables i think the ''n'' value
> used is taken from $OPT->{_summary} somehow. so,
> the smallest change i can think of that would allow
> many more ''n'' in ndata.csv, but still make
> data.csv ok, would be to calculate the best ''n''
> for _write_summary_tables before calling it.

You don't even have to worry about it.

We just completed a change (thanks to Joel!) in which 
data.csv is now generated directly from ndata.csv
in a separate script.  I've actually removed the
data.csv logic from 'build_data_files' entirely.  It
pulls the highest 'n' value for each run.

-Brent