moabb icon indicating copy to clipboard operation
moabb copied to clipboard

Add moabb.run as installed script

Open v-goncharenko opened this issue 4 years ago • 1 comments
trafficstars

poetry is able to install scripts along with python package. see docs and example from poetry itself

We could add moabb.run.py as a script named just moabb, so instead of

python -m moabb.run --pipelines=./moabb/tests/test_pipelines/ --verbose

one will be able to call

moabb --pipelines=./moabb/tests/test_pipelines/ --verbose

v-goncharenko avatar Apr 01 '21 06:04 v-goncharenko

This is a good idea. The run.py is already part of the unit tests and it could really help to set up an automatic benchmark.

sylvchev avatar Apr 07 '21 07:04 sylvchev