samila/samila
Sepand Haghighi 7b0cdfc980
CLI modification (#238)
* fix : CLI functions moved to cli.py

* fix : setup.py entry-point updated

* fix : run_samila function added to cli.py

* fix : minor edit in main function

* fix : cli_test.py added

* fix : cli_test.py updated

* fix : cli_test.py updated

* fix : cli_test.py updated

* fix : cli_test.py removed

* fix : .coveragerc updated

* fix : pytest.ini updated

* fix : error_test.py updated

* doc : CHANGELOG.md updated

* doc : cli.py docstring updated

* fix : autopep8

* fix : minor edit in test.yml

* fix : PLOT_DATA_ERROR updated
2024-11-17 11:52:53 -08:00
..
__init__.py
__main__.py CLI modification (#238) 2024-11-17 11:52:53 -08:00
cli.py CLI modification (#238) 2024-11-17 11:52:53 -08:00
errors.py
functions.py CLI minor edits (#237) 2024-11-13 15:01:50 -08:00
genimage.py New `GenerateMode` (#223) 2024-08-24 16:34:53 -07:00
params.py CLI modification (#238) 2024-11-17 11:52:53 -08:00
test.py