Skip to content

Commit b45e53a

Browse files
committed
Fixed some unintended headers
1 parent 122f6cf commit b45e53a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/Magnus_page.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ It should be noted that a lot of our decisions came from a top-down perspective.
6767
All in all, we've made sure you don't really need to interact with the code outside setting up the correct arguments for the run, which is great for consistency.
6868

6969

70-
# Challenges
71-
## Running someone elses code
70+
## Challenges
71+
### Running someone elses code
7272
This section answers the question on what I found easy / difficult running another persons code.
7373

7474
I found it quite easy to run others code. We had quite good tests, and once every test passed, I only had one error with the F1 score not handeling an unexpected edgecase. To fix this I raised an issue, and it was fixed shortly after.
@@ -77,13 +77,13 @@ One thing I did find a bit difficult was when people would change integral parts
7777

7878
The issues mentioned above also lead to a week or so where there was always a test failing, and the person whos' code was failing did not have time to work on it for a few days.
7979

80-
## Someone running my code
80+
### Someone running my code
8181
This section answers the question on what I found easy / difficult having someone run my code.
8282

8383
I did not experience that anyone had issues with my code. After I fixed all issues and tests related to my code, it seems to have run fine, and no issues have been raised to my awareness about this.
8484

8585

86-
# Tools
86+
## Tools
8787
This section answers the question of which tools from the course I used during the home-exam.
8888

8989
For this exam I used quite a few tools from the course.

0 commit comments

Comments
 (0)