Kraysent / OMTool

Modeling N-Body problem in galactic evolution application.
https://omtool.readthedocs.io/en/latest/
Apache License 2.0
0 stars 0 forks source link

Move config parsing from analysis to actual config #44

Closed Kraysent closed 2 years ago

Kraysent commented 2 years ago

For now all Config does is parse YAML to dict. It should also parse this dict and convert it into program-readable data

Done:

Kraysent commented 2 years ago

That probably means that there should be different Config classes for different stages (creation, integration, analysis)