[Haizea] Developer Docs...

Borja Sotomayor borja at cs.uchicago.edu
Mon Jan 5 07:17:15 CST 2009


Hi,

> I have tried the "haizea-convert-data" command after dumping the two files 
> in my haizea source directory but I ran into the following error.

aha, the "per lease" part of haizea-convert-data had not been updated. 
Off the top of my head, I think you can fix this by simply changing this 
line (in commands.py):

print ",".join(attrs + [`lease_id`, `waitingtimes[lease_id].seconds`, 
`slowdowns[lease_id]`])

for this one:

print ",".join([attrs, `lease_id`, `waitingtimes[lease_id].seconds`, 
`slowdowns[lease_id]`])


I'll take a closer look in the coming days and commit a fix to SVN.

Cheers!
-- 
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Borja Sotomayor, University of Chicago
  Ph.D. Student, Department of Computer Science
  Ryerson 257-C, 1100 East 58th Street, Chicago, IL
  http://people.cs.uchicago.edu/~borja/
Haizea: http://haizea.cs.uchicago.edu/
·····························································
          "Dis maschine vill run und run!"
                -- Kurt Gödel (on the Turing Machine)
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::


More information about the Haizea mailing list