briandconnelly / seeds

Stochastic Cellular Artificial Life Simulator
Other
20 stars 4 forks source link

Remove comments from headers in CSV files #27

Closed briandconnelly closed 13 years ago

briandconnelly commented 13 years ago

Headers should be uncommented. Check if they have to be in the first line, or if they can be preceded by comments.

briandconnelly commented 13 years ago

Done in all actions that write CSV files. These are in the process of being converted to DictWriter and will be pushed shortly.

Also, from now on, comments aren't supported in CSV files. They aren't a part of the specification, so I don't want to introduce potential problems with any software used for reading them.