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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Christine Kühle
Troubled Cell Detection
Commits
0e8d8f05
Commit
0e8d8f05
authored
Sep 30, 2020
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
77309782
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
DG_Approximation.py
+2
-8
2 additions, 8 deletions
DG_Approximation.py
Vectors_of_Polynomials.py
+1
-1
1 addition, 1 deletion
Vectors_of_Polynomials.py
with
3 additions
and
9 deletions
DG_Approximation.py
+
2
−
8
View file @
0e8d8f05
...
@@ -8,10 +8,6 @@ TODO: Contemplate using Seaborn instead of matplotlib
...
@@ -8,10 +8,6 @@ TODO: Contemplate using Seaborn instead of matplotlib
TODO: Double-check everything!
TODO: Double-check everything!
TODO: Replace loops with list comprehension if feasible
TODO: Replace loops with list comprehension if feasible
TODO: Combine initial projection and approx solution somehow
TODO: Combine initial projection and approx solution somehow
TODO: Contemplate erasing inv_mass-matrix as it is identity
-> Done (No, because could be problematic for other functions)
TODO: Investigate why we need inverse mass matrix for initial projection,
\
but not A and B
TODO: Investigate why there are no weights in approx calc
TODO: Investigate why there are no weights in approx calc
TODO: Implement argument check for unpacking of all configs
TODO: Implement argument check for unpacking of all configs
TODO: Contemplate verbose = show_plot?
TODO: Contemplate verbose = show_plot?
...
@@ -23,14 +19,12 @@ TODO: Write documentation for all methods
...
@@ -23,14 +19,12 @@ TODO: Write documentation for all methods
TODO: Add a verbose option
TODO: Add a verbose option
TODO: Check whether consistency is given/possible for each class instance
TODO: Check whether consistency is given/possible for each class instance
TODO: Remove unnecessary code in plot methods -> Done
TODO: Make sure all instance variables are actually necessary
TODO: Make sure all instance variables are actually necessary
TODO: Make sure instance variables are only set in __init__()
TODO: Make sure instance variables are only set in __init__()
TODO: Contemplate moving plots to pertaining files
TODO: Contemplate moving plots to pertaining files
TODO: Discuss details plot!
TODO: Fix typo in Vectors_of_Polynomials -> Done
TODO: Replace symbol
'
x
'
with
'
z
'
for Alpert
'
s wavelet -> Done
TODO: Check time efficiency of details plot
TODO: Check time efficiency of details plot
TODO: Contemplate moving A and B to Vectors_of_Polynomials
TODO: Combine plot for coarse and fine approximation for wavelet detectors
"""
"""
import
numpy
as
np
import
numpy
as
np
...
...
This diff is collapsed.
Click to expand it.
Vectors_of_Polynomials.py
+
1
−
1
View file @
0e8d8f05
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