Skip to content

Commit

Permalink
Added wb_analysis.py input/output examples
Browse files Browse the repository at this point in the history
  • Loading branch information
uhermjakob committed Nov 19, 2022
1 parent 5b6a8ed commit 56838aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Text

* The result analysis for an object `wb` of type `Wildebeest` will be stored in the nested dictionary `wb.analysis`
* Output functions such as `pretty_print` iterate through this `wb.analysis` dictionary.
* Example of wild 25-line input file: see wildebeest/test/data/wildebeest-test.txt
* Example of its pretty-print analysis output file: see wildebeest/test/data/wildebeest-test-analysis-pprint.txt

Example content of `wb.analysis` (abridged):
```
Expand Down

0 comments on commit 56838aa

Please sign in to comment.