This PR mostly updates the CLI help and fixes #46.
It also fixes a bug when a Batch model is loaded from the db, it skips the model initialisation. This is because the SQLAlchemy does not call the __init__ method. Instead, a constructor has to be used instead.
This PR mostly updates the
CLI
help and fixes #46.It also fixes a bug when a
Batch
model is loaded from thedb
, it skips the model initialisation. This is because the SQLAlchemy does not call the__init__
method. Instead, a constructor has to be used instead.