Commit Graph

7 Commits

Author SHA1 Message Date
David W.H. Swenson
4e0a50b86b Update logging; final tests 2023-07-31 16:35:24 -05:00
David W.H. Swenson
65bc171411 testing things involving root logger is hard 2023-07-31 14:45:09 -05:00
David W.H. Swenson
ce02a988d5 use stdout for our INFO loggers 2023-07-27 12:07:34 -05:00
David W.H. Swenson
93b002d2a6 updates to logging (esp around quickrun) 2023-07-27 11:43:56 -05:00
riesben
a3a3ea2ac4 mutated to func decorator 2023-04-10 10:51:36 +01:00
David W.H. Swenson
6447b917b9 Update based on review comments
Still need to add tests for this. Also, it looks like DummyProtocol
isn't doing any file output here ... need to figure out why
2022-10-24 10:27:49 -05:00
David W.H. Swenson
41068e0185 CLI for AtomMapping (#57)
* Initial skeleton for the CLI

Currently requires the OPS CLI to be installed as well; next steps:

1. Add parameter core classes to infrastructure
2. Fully separate infrastructure into its own package

* switch to using plugcli

* tests for CLI

* helps if you add the tests...

* pep8 and deps cleanup

* add test_plugins

* Start of CLI atommapping report

* Add tests for parameters

* Almost-working atommapping command

* add hack to work-around lomap issue

* fix test

* pep8; docstrings; add header comments

* Add tests for commands/atommapping

* docstrings

* add init to command to stop circular import error

* remove init and it still works?

Co-authored-by: richard <richard@nextmovesoftware.com>
2022-02-23 16:43:01 +00:00