Skip to content
Snippets Groups Projects
Commit d0222cae authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Removed completed TODOs.

parent 638d5a3d
No related branches found
No related tags found
No related merge requests found
...@@ -5,15 +5,12 @@ ...@@ -5,15 +5,12 @@
Code-Style: E226, W503 Code-Style: E226, W503
Docstring-Style: D200, D400 Docstring-Style: D200, D400
TODO: Add documentation -> Done
TODO: Add README for ANN training TODO: Add README for ANN training
TODO: Fix random seed TODO: Fix random seed
TODO: Write-protect all data and models TODO: Write-protect all data and models
TODO: Put legend outside plot (bbox_to_anchor) TODO: Put legend outside plot (bbox_to_anchor)
TODO: Put plotting into separate function TODO: Put plotting into separate function
TODO: Reduce number of testing epochs to 50 TODO: Reduce number of testing epochs to 50
TODO: Adapt docstring to uniform standard -> Done
TODO: Change maximal line length to 79 (as advised by PEP8) -> Done
""" """
import numpy as np import numpy as np
......
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
@author: Laura C. Kühle @author: Laura C. Kühle
TODO: Give option to select plotting color TODO: Give option to select plotting color
TODO: Add documentation to plot_boxplot() -> Done
TODO: Adjust documentation for plot_classification_accuracy() -> Done
""" """
from typing import Tuple from typing import Tuple
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment