Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Shared utilities (e.g. `test_mode`, `jax_wrapper`) belong in autonerves.

## Related repos

- **Source siblings:** PyAutoConf (upstream). PyAutoGalaxy / PyAutoLens are
- **Source siblings:** PyAutoNerves (upstream). PyAutoGalaxy / PyAutoLens are
downstream consumers (they build `Analysis` subclasses on autofit).
- **autofit_workspace** — runnable tutorials/examples (`../autofit_workspace`).
- **autofit_workspace_test** — integration + JAX/likelihood parity scripts.
Expand Down
2 changes: 1 addition & 1 deletion autofit/non_linear/paths/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def __init__(
API. Use via non-linear searches requires manual input of paths, whereas the search API manages this using the
search attributes.

The output path within which the *Paths* objects path structure is contained is set via PyAutoConf, using the
The output path within which the *Paths* objects path structure is contained is set via PyAutoNerves, using the
command:

from autonerves import conf
Expand Down
2 changes: 1 addition & 1 deletion docs/cookbooks/result.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ By extending an `Analysis` class with the methods `save_attributes` and `save_re
custom files can be written to the `files` folder and become accessible via the database.

To save the objects in a human readable and loaded .json format, the `data` and `noise_map`, which are natively stored
as 1D numpy arrays, are converted to a suitable dictionary output format. This uses the **PyAutoConf** method
as 1D numpy arrays, are converted to a suitable dictionary output format. This uses the **PyAutoNerves** method
`to_dict`.

```python
Expand Down
2 changes: 1 addition & 1 deletion docs/features/interpolate.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ print(f"Gaussian centre interpolated at t = 1.5 {instance.gaussian.centre}")

## Serialisation

The interpolator and model can be serialized to a .json file using **PyAutoConf**'s dedicated serialization methods.
The interpolator and model can be serialized to a .json file using **PyAutoNerves**'s dedicated serialization methods.

This means an interpolator can easily be loaded into other scripts.

Expand Down
2 changes: 1 addition & 1 deletion docs/general/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ the [config directory of the workspace](https://github.com/PyAutoLabs/autofit_wo
By default, **PyAutoFit** looks for the config files in a `config` folder in the current working directory, which is
why we run autofit scripts from the `autofit_workspace` directory.

The configuration path can also be set manually in a script using the project **PyAutoConf** and the following
The configuration path can also be set manually in a script using the project **PyAutoNerves** and the following
command (the path to the `output` folder where the results of a non-linear search are stored is also set below):

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ There are currently no known issues with installing **PyAutoFit**.

## Dependencies

**PyAutoConf** <https://github.com/PyAutoLabs/PyAutoConf>
**PyAutoNerves** <https://github.com/PyAutoLabs/PyAutoNerves>

**dynesty** <https://github.com/joshspeagle/dynesty>

Expand Down
2 changes: 1 addition & 1 deletion llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

## Ecosystem

- Built on PyAutoConf (config); used by PyAutoGalaxy and PyAutoLens, which build `Analysis` subclasses on it.
- Built on PyAutoNerves (config); used by PyAutoGalaxy and PyAutoLens, which build `Analysis` subclasses on it.
Loading