Skip to content

Commit

Permalink
Add further instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Dec 3, 2024
1 parent 6565e85 commit 6cbbafa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions _topics/_08_reproducible_research_practices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ pip install pydantic
<PackageReference Include="YamlDotNet" Version="16.2.1" />
```

6. The repository has two demos: `demo1` and `demo2`. They can be identically. For `demo1`:
7. Compile the schema and create a valid instance by running the `./src/python/demo1.py` script.
8. Run the corresponding bonsai workflow by running the `./src/bonsai/demo1.bonsai` script.
9. Analysis for both demos can be found in the `./src/python/analysis.py` script.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# print the task settings that gave rise to the trials
with open(task_spec, "r", encoding="utf-8") as f:
task_settings = Experiment.model_validate_json(f.read())
print(task_settings)
print(task_settings)

0 comments on commit 6cbbafa

Please sign in to comment.