Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aliby-mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
Swain Lab
aliby
aliby-mirror
Commits
cffc19d0
Commit
cffc19d0
authored
2 years ago
by
Alán Muñoz
Browse files
Options
Downloads
Patches
Plain Diff
clean(post): add comments and remove bud dsignal
parent
0d1f341c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/postprocessor/core/processes/__init__.py
+4
-0
4 additions, 0 deletions
src/postprocessor/core/processes/__init__.py
src/postprocessor/core/processor.py
+8
-7
8 additions, 7 deletions
src/postprocessor/core/processor.py
with
12 additions
and
7 deletions
src/postprocessor/core/processes/__init__.py
+
4
−
0
View file @
cffc19d0
#!/usr/bin/env python3
#!/usr/bin/env python3
"""
All Processes in this folder must return the same shape they take as an input.
"""
This diff is collapsed.
Click to expand it.
src/postprocessor/core/processor.py
+
8
−
7
View file @
cffc19d0
...
@@ -11,7 +11,7 @@ from agora.io.writer import Writer
...
@@ -11,7 +11,7 @@ from agora.io.writer import Writer
from
tqdm
import
tqdm
from
tqdm
import
tqdm
from
postprocessor.core.abc
import
get_parameters
,
get_process
from
postprocessor.core.abc
import
get_parameters
,
get_process
from
postprocessor.core.
processes.
lineageprocess
import
(
from
postprocessor.core.lineageprocess
import
(
LineageProcessParameters
,
LineageProcessParameters
,
)
)
from
postprocessor.core.reshapers.merger
import
merger
,
mergerParameters
from
postprocessor.core.reshapers.merger
import
merger
,
mergerParameters
...
@@ -78,12 +78,13 @@ class PostProcessorParameters(ParametersABC):
...
@@ -78,12 +78,13 @@ class PostProcessorParameters(ParametersABC):
# "/postprocessing/dsignal/extraction_general_None_volume",
# "/postprocessing/dsignal/extraction_general_None_volume",
],
],
],
],
[
# TODO activate after refactoring apply_prepost
"
dsignal
"
,
# [
[
# "dsignal",
"
/postprocessing/bud_metric/extraction_general_None_volume
"
,
# [
],
# "/postprocessing/bud_metric/extraction_general_None_volume",
],
# ],
# ],
# [
# [
# "aggregate",
# "aggregate",
# [
# [
...
...
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