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
fa327796
Commit
fa327796
authored
3 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed completed TODOs.
parent
662d0736
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
+1
-3
1 addition, 3 deletions
DG_Approximation.py
with
1 addition
and
3 deletions
DG_Approximation.py
+
1
−
3
View file @
fa327796
...
@@ -7,11 +7,8 @@ TODO: Contemplate saving 5-CV split and evaluating models separately
...
@@ -7,11 +7,8 @@ TODO: Contemplate saving 5-CV split and evaluating models separately
TODO: Contemplate separating cell average and reconstruction calculations
TODO: Contemplate separating cell average and reconstruction calculations
completely
completely
TODO: Contemplate removing Methods section from class docstring
TODO: Contemplate removing Methods section from class docstring
TODO: Contemplate moving stiffness and boundary matrix from update scheme
to basis
Urgent:
Urgent:
TODO: Improve docstring for Basis class
TODO: Enforce abstract classes/methods (abc.ABC, abc.abstractmethod)
TODO: Enforce abstract classes/methods (abc.ABC, abc.abstractmethod)
TODO: Introduce Mesh class
TODO: Introduce Mesh class
(mesh, cell_len, num_grid_cells, bounds, num_ghost_cells, etc.)
(mesh, cell_len, num_grid_cells, bounds, num_ghost_cells, etc.)
...
@@ -26,6 +23,7 @@ TODO: Combine ANN workflows
...
@@ -26,6 +23,7 @@ TODO: Combine ANN workflows
TODO: Add an environment file for Snakemake
TODO: Add an environment file for Snakemake
Critical, but not urgent:
Critical, but not urgent:
TODO: Check sign change in stiffness matrix to accommodate negative wave speed
TODO: Investigate g-mesh(?)
TODO: Investigate g-mesh(?)
TODO: Force input_size for each ANN model to be stencil length
TODO: Force input_size for each ANN model to be stencil length
TODO: Use full path for ANN model state
TODO: Use full path for ANN model state
...
...
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