From 39b22b23166951dd9489d38432e59d584eef9ee5 Mon Sep 17 00:00:00 2001 From: Matteo Guarrera <34736894+matteoguarrera@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:19:44 -0700 Subject: [PATCH] Typo in doc and Typing error (#43) * typing_typo * doc_typo --- docs/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/usage.rst b/docs/source/usage.rst index ae7de0c..d361711 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -30,7 +30,7 @@ The most common and obvious use case for ADEPT is a simple forward simulation th .. code-block:: bash - (venv) $ python3 run.py --config configs/vlasov-1d/epw + (venv) $ python3 run.py --cfg configs/vlasov-1d/epw The input parameters are provided in `configs/vlasov-1d/epw.yaml`. The output will be saved and made accessible via MLFlow. To access it,