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
2382f3b1
Commit
2382f3b1
authored
2 years ago
by
Laura Christine Kühle
Browse files
Options
Downloads
Patches
Plain Diff
Removed abstract decorator from 'randomize()' for initial conditions.
parent
726f014e
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
+12
-0
12 additions, 0 deletions
DG_Approximation.py
Initial_Condition.py
+0
-1
0 additions, 1 deletion
Initial_Condition.py
with
12 additions
and
1 deletion
DG_Approximation.py
+
12
−
0
View file @
2382f3b1
...
@@ -16,8 +16,20 @@ TODO: Contemplate saving training data for each IC separately
...
@@ -16,8 +16,20 @@ TODO: Contemplate saving training data for each IC separately
TODO: Contemplate removing TrainingDataGenerator class
TODO: Contemplate removing TrainingDataGenerator class
TODO: Ask why no fine mesh is used for calculate_coarse_projection()
TODO: Ask why no fine mesh is used for calculate_coarse_projection()
TODO: Contemplate keeping Theoretical threshold over all degrees (only p)
TODO: Contemplate keeping Theoretical threshold over all degrees (only p)
TODO: Contemplate reasoning behind Adjusted-Outer-Fence method
TODO: Discuss why indexed_coeffs are largest absolute value instead of
mean for Boxplot TC
TODO: Discuss why overlapping cells are only introduced for one adjacent
fold (right neighbour, except for last fold)
TODO: Discuss whether quartiles do correspond to Thea
'
s calculation
TODO: Discuss that quartiles do not take overlapping cells into account
TODO: Contemplate restricting number of overlapping cells to half of fold
length
TODO: Discuss if folds are valid for all possible num_grid_cells/fold_len
TODO: Contemplate combining get_cells() and _get_cells()
Urgent:
Urgent:
TODO: Remove abstract decorator from
'
randomize()
'
for ICs -> Done
TODO: Change heaviside random to uniform(-100, 100)
TODO: Change heaviside random to uniform(-100, 100)
TODO: Adjust Heaviside to have non-symmetric values (left- and right_value)
TODO: Adjust Heaviside to have non-symmetric values (left- and right_value)
TODO: Rename
'
adjustment
'
to
'
shift
'
TODO: Rename
'
adjustment
'
to
'
shift
'
...
...
This diff is collapsed.
Click to expand it.
Initial_Condition.py
+
0
−
1
View file @
2382f3b1
...
@@ -65,7 +65,6 @@ class InitialCondition(ABC):
...
@@ -65,7 +65,6 @@ class InitialCondition(ABC):
"""
"""
pass
pass
@abstractmethod
def
randomize
(
self
,
config
):
def
randomize
(
self
,
config
):
"""
Sets all non-determined instance variables to random value.
"""
Sets all non-determined instance variables to random value.
...
...
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