Skip to content

Commit

Permalink
Update settings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen authored Oct 19, 2024
1 parent c560d8c commit f59d312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/settings/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ WORKFLOW_ENGINE: None # (3)!

!!! Tip "When is This Method Ideal?"

This approach is ideal when you want to change a setting that applies to most or all of your calculations.
This approach is ideal when you want to change a setting that applies to most or all of your calculations.

## Using Environment Variables

Expand Down Expand Up @@ -63,7 +63,7 @@ with change_settings({"GZIP_FILES": False}):

!!! Warning "Using a Workflow Engine"

When deploying calculations via a workflow engine, changes to in-memory global variables on the local machine will not be reflected on the remote machine. Instead, this should be done via a custom `settings_swap` keyword argument that is supported by the `@job` decorator.
When deploying calculations via a workflow engine, changes to in-memory global variables on the local machine will not be reflected on the remote machine. While the YAML file and environment variable approaches are preferred, if you wish to make changes from within your script then this should be done via a custom `settings_swap` keyword argument that is supported by the `@job` decorator.

```python
from quacc import job
Expand Down

0 comments on commit f59d312

Please sign in to comment.