simulation-based-inference / simulation-based-inference.github.io

Website
https://simulation-based-inference.org
10 stars 4 forks source link

[Feature]: Use YAML to replace SQlite #62

Closed JasonLo closed 1 year ago

JasonLo commented 1 year ago

Is your feature request related to a problem? Please describe. SQLite is kind of difficult to edit directly

Describe the solution you'd like Use a giant YAML file to store the data.

JasonLo commented 1 year ago

Upon reconsideration, perhaps a .csv file would be adequate, and it can be conveniently handled using pandas.

cranmer commented 1 year ago

I prefer yaml to be honest.

JasonLo commented 1 year ago

Addressed in #72