Skip to content

Commit

Permalink
docs(examples): update HyFI.compose usage in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 24, 2023
1 parent 007c983 commit b611c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ print("project_workspace_dir:", h.project.workspace_dir)

## Compose Configuration

We can use the `HyFI.compose` function to load a configuration file. In this example, we'll use the default configuration by specifying `path=__task__`.
We can use the `HyFI.compose` function to load a configuration file. In this example, we'll use the default workflow configuration file.

```python
cfg = HyFI.compose("path=__task__")
cfg = HyFI.compose("workflow=__init__")
```

## Display Configuration
Expand Down

0 comments on commit b611c7b

Please sign in to comment.