Skip to content
Snippets Groups Projects
Commit 320f096e authored by tuhe's avatar tuhe
Browse files

Updated documentation

parent d9dc5108
No related branches found
No related tags found
No related merge requests found
...@@ -70,7 +70,7 @@ The file will run and show an output where the score of each question is compute ...@@ -70,7 +70,7 @@ The file will run and show an output where the score of each question is compute
| | | |_ __ _| |_| | \/_ __ __ _ __| | ___ | | | |_ __ _| |_| | \/_ __ __ _ __| | ___
| | | | '_ \| | __| | __| '__/ _` |/ _` |/ _ \ | | | | '_ \| | __| | __| '__/ _` |/ _` |/ _ \
| |_| | | | | | |_| |_\ \ | | (_| | (_| | __/ | |_| | | | | | |_| |_\ \ | | (_| | (_| | __/
\___/|_| |_|_|\__|\____/_| \__,_|\__,_|\___| v0.1.29.0, started: 16/09/2022 13:40:21 \___/|_| |_|_|\__|\____/_| \__,_|\__,_|\___| v0.1.29.0, started: 16/09/2022 13:47:57
02531 week 5: Looping (use --help for options) 02531 week 5: Looping (use --help for options)
Question 1: Cluster analysis Question 1: Cluster analysis
...@@ -103,7 +103,7 @@ Question 4: Fermentation rate ...@@ -103,7 +103,7 @@ Question 4: Fermentation rate
* q4.4) fermentationRate([20.1, 19.3, 1.1, 18.2, 19.7, ...], 18.2, 20) = 19.500 ?..................................PASS * q4.4) fermentationRate([20.1, 19.3, 1.1, 18.2, 19.7, ...], 18.2, 20) = 19.500 ?..................................PASS
* q4) Total.................................................................................................... 10/10 * q4) Total.................................................................................................... 10/10
Total points at 13:40:26 (0 minutes, 4 seconds)....................................................................40/40 Total points at 13:48:02 (0 minutes, 4 seconds)....................................................................40/40
Provisional evaluation Provisional evaluation
--------- ----- --------- -----
q1) Total 10/10 q1) Total 10/10
...@@ -180,7 +180,7 @@ To make sure the desired output of the tests is always up to date, the tests are ...@@ -180,7 +180,7 @@ To make sure the desired output of the tests is always up to date, the tests are
- **How do I see the output of my programs in the tests? Or the intended output?** - **How do I see the output of my programs in the tests? Or the intended output?**
There are a number of console options available to help you figure out what your program should output and what it currently outputs. They can be found using: There are a number of console options available to help you figure out what your program should output and what it currently outputs. They can be found using:
```python report1.py --help``` ```python report1.py --help```
Note these are disabled for the `report1_grade.py` script to avoid confusion. It is not recommended you use the grade script to debug your code. Note these are disabled for the `report1_grade.py` script to avoid confusion. It is not recommended you use the grade script to debug your code.
- **Since I cannot read the `.token` file, can I trust it contains the same number of points internally as the file name indicate?** - **Since I cannot read the `.token` file, can I trust it contains the same number of points internally as the file name indicate?**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment