Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
model.py
python code to enable rendering in sphinx docs (#1452
) * Merge sample command with the example command (#1422) * Merge sample command with the example command * Fix example command usage * Generalize Standard Run (#1411) * Modify header calculation to choose from predefined example output file or standard example output file * Remove the readiness function from SCRA because it is redundant, since those checks are also performed by the amenable function * Remove unused method * Make csv serialization work for any kind of model api response * Remove the standard flag from the CLI since it is now the default run * Update tests * Unnecessary files removed * Unnecessary files removed * Unnecessary files removed * Unnecessary files removed * Unnecessary files removed * Some import cleanup * Add detailed docstrings and usage examples to Ersilia'a publish module and few update on the utils module (#1448) * Merge sample command with the example command (#1422) * Merge sample command with the example command * Fix example command usage * Generalize Standard Run (#1411) * Modify header calculation to choose from predefined example output file or standard example output file * Remove the readiness function from SCRA because it is redundant, since those checks are also performed by the amenable function * Remove unused method * Make csv serialization work for any kind of model api response * Remove the standard flag from the CLI since it is now the default run * Update tests * Unnecessary files removed * Unnecessary files removed * Unnecessary files removed * Unnecessary files removed * Unnecessary files removed * Some import cleanup * Few code fixes * Few code fixes * Add detailed docstrings and usage examples to Ersilia'a utils module * Add detailed docstrings and usage examples to Ersilia'a utils module * Merge sample command with the example command (#1422) * Merge sample command with the example command * Fix example command usage * Generalize Standard Run (#1411) * Modify header calculation to choose from predefined example output file or standard example output file * Remove the readiness function from SCRA because it is redundant, since those checks are also performed by the amenable function * Remove unused method * Make csv serialization work for any kind of model api response * Remove the standard flag from the CLI since it is now the default run * Update tests * Unnecessary files removed * Unnecessary files removed * Unnecessary files removed * Unnecessary files removed * Unnecessary files removed * Some import cleanup --------- Co-authored-by: Dhanshree Arora <[email protected]> * fix: correcting the docstring in model.py to be rendered in sphinx doc page --------- Co-authored-by: Dhanshree Arora <[email protected]>
- Loading branch information