From 35b05a99d07c5bcde46c3302af7ddf12840f97f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=BChle=2C=20Laura=20Christine=20=28lakue103=29?= <laura.kuehle@uni-duesseldorf.de> Date: Wed, 27 Apr 2022 16:06:04 +0200 Subject: [PATCH] Removed completed TODOs. --- DG_Approximation.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/DG_Approximation.py b/DG_Approximation.py index 85512b9..11a25c5 100644 --- a/DG_Approximation.py +++ b/DG_Approximation.py @@ -8,10 +8,7 @@ TODO: Contemplate separating cell average and reconstruction calculations completely Urgent: -TODO: Hard-code simplification of cell average/reconstruction in basis -> Done -TODO: Add documentation to _calculate_reconstructions() in Basis -> Done TODO: Investigate protected vs. public variables -> Done -TODO: Adapt docstring to uniform standard for colons -> Done TODO: Investigate decorators and properties TODO: Investigate how to make variables read-only TODO: Make basis variables public (if feasible) -- GitLab