-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Hi team,
I'm going through your project. A minor thing that would require some cleanup is at the end of the metrics.py
file:
diagnostics-NME/solutions/metrics.py
Lines 41 to 44 in 6653c80
# LAB(replace solution) | |
# This is a placeholder, replace it to write your solution. | |
raise NotImplementedError("Code up this function") | |
# LAB(end solution) |
Because of the return, that code will not be executed. Therefore, it is better to just remove it.
Metadata
Metadata
Assignees
Labels
No labels