News

Writing 100k rows at a time should be fine, so I could write to the file once for each parameter combination.
Please consider the following shell session. It seems as soon as I redirect the virtualenv python's output to a file, the encoding becomes "ascii" and hence unicode characters cannot be written. This ...