Skip to content

Commit

Permalink
Update README.md to clarify subject_path usage in remote node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanxiao committed May 2, 2024
1 parent 795b721 commit e7e2dad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ orchestrator.run()

### Remote Node and Experiment Subject Setup

The `subject_path` is a directory on the remote node. As mentioned in the next section, `variables` represent the variables to be manipulated in the experiment, which should be reflected in the `subject_path`. `subject_path` should be a git repository that contains branches named of the combinations of the `variables`.
- The `subject_path` is a directory on the remote node.
- As mentioned in the next section, `variables` represent the variables to be manipulated in the experiment, which should be reflected in the `subject_path`.
- `subject_path` should be a git repository that contains branches named of the combinations of the `variables`. Each branch represents a treatment.

For example, if `variable` is

Expand Down

0 comments on commit e7e2dad

Please sign in to comment.