diff --git a/notebooks/cookbooks/samples.ipynb b/notebooks/cookbooks/samples.ipynb index 48e7eb6c..2671c4dc 100644 --- a/notebooks/cookbooks/samples.ipynb +++ b/notebooks/cookbooks/samples.ipynb @@ -458,7 +458,7 @@ "\n", "This fit used `Emcee` therefore we use `corner.py` for visualization via the `aplt.corner_cornerpy` function.\n", "\n", - "The `autofit_workspace/*/plots` folder illustrates other packages that can be used to make these plots using\n", + "The `autofit_workspace/*/plot` folder illustrates other packages that can be used to make these plots using\n", "the standard output results formats (e.g. `get_dist.py`)." ] }, @@ -680,7 +680,7 @@ "\n", "By combining this with the filtering tools below, specific parameters can be included or removed from the latex.\n", "\n", - "Remember that the superscripts of a parameter are loaded from the config file `notation/label.yaml`, providing high\n", + "Remember that the superscripts of a parameter are loaded from the config file `notation.yaml`, providing high\n", "levels of customization for how the parameter names appear in the latex table. This is especially useful if your model\n", "uses the same model components with the same parameter, which therefore need to be distinguished via superscripts." ] diff --git a/scripts/cookbooks/samples.py b/scripts/cookbooks/samples.py index a8cc610c..7eb61058 100644 --- a/scripts/cookbooks/samples.py +++ b/scripts/cookbooks/samples.py @@ -272,7 +272,7 @@ This fit used `Emcee` therefore we use `corner.py` for visualization via the `aplt.corner_cornerpy` function. -The `autofit_workspace/*/plots` folder illustrates other packages that can be used to make these plots using +The `autofit_workspace/*/plot` folder illustrates other packages that can be used to make these plots using the standard output results formats (e.g. `get_dist.py`). """ aplt.corner_cornerpy(samples=result.samples) @@ -395,7 +395,7 @@ By combining this with the filtering tools below, specific parameters can be included or removed from the latex. -Remember that the superscripts of a parameter are loaded from the config file `notation/label.yaml`, providing high +Remember that the superscripts of a parameter are loaded from the config file `notation.yaml`, providing high levels of customization for how the parameter names appear in the latex table. This is especially useful if your model uses the same model components with the same parameter, which therefore need to be distinguished via superscripts. """