Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Troubled Cell Detection
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Christine Kühle
Troubled Cell Detection
Commits
764d03e6
Commit
764d03e6
authored
3 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
cd48a83e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
DG_Approximation.py
+5
-5
5 additions, 5 deletions
DG_Approximation.py
with
5 additions
and
5 deletions
DG_Approximation.py
+
5
−
5
View file @
764d03e6
...
...
@@ -3,10 +3,11 @@
@author: Laura C. Kühle
Discussion:
TODO: Contemplate saving 5-CV split and evaluating models separately
TODO: Contemplate separating cell average and reconstruction calculations
Urgent:
TODO: Rename Vector to Basis
TODO: Extract ndarray encoding and decoding -> Done
TODO: Move calculate_cell_average() to Basis
TODO: Hard-code simplification of cell average/reconstruction in basis
TODO: Make basis variables public (if feasible)
TODO: Contain polynomial degree in basis
...
...
@@ -15,9 +16,7 @@ TODO: Introduce Mesh class
TODO: Check whether ghost cells are handled/set correctly
TODO: Find error in centering for ANN training
TODO: Investigate g-mesh(?)
TODO: Contain all plotting in Plotting -> Done
TODO: Remove use of DGScheme from ANN_Data_Generator
TODO: Clean up docstrings
TODO: Adapt TCD from Soraya
(Dropbox->...->TEST_troubled-cell-detector->Troubled_Cell_Detector)
TODO: Add verbose output
...
...
@@ -35,7 +34,7 @@ TODO: Use cfl_number for updating, not just time
Currently not critical:
TODO: Unify use of
'
length
'
and
'
len
'
in naming
TODO: Replace loops with list comprehension if feasible
TODO: Check whether
'
projection
'
is always a n
p.
array
()
TODO: Check whether
'
projection
'
is always a n
d
array
TODO: Check whether all instance variables are sensible
TODO: Rename files according to standard
TODO: Outsource scripts into separate directory
...
...
@@ -52,6 +51,7 @@ TODO: Check whether documentation style is correct
TODO: Check whether all types in doc are correct
TODO: Discuss adding kwargs to attributes in documentation
TODO: Add type annotations to function heads
TODO: Clean up docstrings
"""
import
json
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment