aturfah / cmplxsys530-final

Final Project for Complex Systems 530 WN18
MIT License
2 stars 2 forks source link

Refactor sample simulation parameters as YAML #89

Closed aturfah closed 6 years ago

aturfah commented 6 years ago

I'm not sure why this wasn't done initially, but these should be dictionaries (not fancy-formatted text files).

aturfah commented 6 years ago

We'd need to have a way to put comments in these configs

aturfah commented 6 years ago

Since JSON cannot do multi-line comments, this might not be the best way to go about this.

On hold until I think about this more.

aturfah commented 6 years ago

Consider using YAML? https://en.wikipedia.org/wiki/YAML

aturfah commented 6 years ago

Going with YAML for the simulation configs

Everything else is going to stay JSON.

aturfah commented 6 years ago

Addressed in #91