Skip to content

Commit b2e3ea0

Browse files
small change to readme
1 parent 7198a2f commit b2e3ea0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ The scripts and notebooks depend on several Python packages, which can be instal
5252
python -m pip install -r requirements.txt
5353
```
5454

55-
## 📊 Comparing deep analysis output
55+
## 📊 Using `compare_deep_analysis.py`
5656

57-
Using the `compare_deep_analysis.py` script located in the `scripts` directory, you can compare the results of two separate deep analysis output files in multiple ways. For the analysis methods, the scripts will first do an attempt to average over all loop iterations of the output. If you ran Evolve with `--looping 5`, each frame in the output will use the mean from each frame from each of the Evolve benchmark iterations.
57+
Using the `compare_deep_analysis.py` script, you can compare the results of two separate deep analysis output files in multiple ways. For the analysis methods, the scripts will first do an attempt to average over all loop iterations of the output. If you ran Evolve with `--looping 5`, each frame in the output will use the mean from each frame from each of the Evolve benchmark iterations.
5858

5959
### Usage
6060
```sh

0 commit comments

Comments
 (0)