semiotic-ai / autoagora

Apache License 2.0
11 stars 5 forks source link

Overhaul args, cleanup docs, code #53

Closed aasseman closed 1 year ago

aasseman commented 1 year ago

Refer to commit messages for details.

Makes a Postgres database mandatory: this is to prepare for a new feature that's coming soon.

Note that because the argument names are changed, this is a breaking update, and will trigger a major version release.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3954238379


Changes Missing Coverage Covered Lines Changed/Added Lines %
autoagora/model_builder.py 0 1 0.0%
autoagora/main.py 0 3 0.0%
autoagora/config.py 0 17 0.0%
<!-- Total: 0 21 0.0% -->
Files with Coverage Reduction New Missed Lines %
autoagora/main.py 2 0%
autoagora/config.py 4 26.47%
<!-- Total: 6 -->
Totals Coverage Status
Change from base Build 3952061703: -6.9%
Covered Lines: 38
Relevant Lines: 292

💛 - Coveralls