Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
alibylite
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
alibylite
Commits
ff678c65
Commit
ff678c65
authored
1 year ago
by
pswain
Browse files
Options
Downloads
Patches
Plain Diff
hack in reduce_extract to pass tests: labels to cell_labels
parent
a645c836
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/extraction/core/extractor.py
+3
-0
3 additions, 0 deletions
src/extraction/core/extractor.py
with
3 additions
and
0 deletions
src/extraction/core/extractor.py
+
3
−
0
View file @
ff678c65
...
...
@@ -387,6 +387,9 @@ class Extractor(StepABC):
------
Dict of dataframes with the corresponding reductions and metrics nested.
"""
# FIXME hack to pass tests
if
"
labels
"
in
kwargs
:
kwargs
[
"
cell_labels
"
]
=
kwargs
.
pop
(
"
labels
"
)
# create dict with keys naming the reduction in the z-direction
# and the reduced data as values
reduced_tiles_data
=
{}
...
...
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