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
3d7e30c3
Commit
3d7e30c3
authored
3 years ago
by
Alán Muñoz
Browse files
Options
Downloads
Patches
Plain Diff
fixed merge ids writing
Former-commit-id: 16175143ee04b8ff5d2d7c5cddd4a4ddd31544af
parent
07777ef8
No related branches found
Branches containing commit
Tags
v12.1.7
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/processor.py
+1
-1
1 addition, 1 deletion
core/processor.py
with
1 addition
and
1 deletion
core/processor.py
+
1
−
1
View file @
3d7e30c3
...
@@ -68,7 +68,7 @@ class PostProcessor:
...
@@ -68,7 +68,7 @@ class PostProcessor:
def
run
(
self
):
def
run
(
self
):
new_ids
=
self
.
merger
.
run
(
self
.
_signal
[
self
.
datasets
[
"
merger
"
]])
new_ids
=
self
.
merger
.
run
(
self
.
_signal
[
self
.
datasets
[
"
merger
"
]])
for
name
,
ids
in
new_ids
.
items
():
for
name
,
ids
in
new_ids
.
items
():
self
.
_writer
.
write
(
ids
,
"
/postprocessing/cell_info/
"
)
self
.
_writer
.
write
(
ids
,
"
/postprocessing/cell_info/
"
+
name
)
picks
=
self
.
picker
.
run
(
self
.
_signal
[
self
.
datasets
[
"
picker
"
]])
picks
=
self
.
picker
.
run
(
self
.
_signal
[
self
.
datasets
[
"
picker
"
]])
return
picks
return
picks
# print(merge, picks)
# print(merge, picks)
...
...
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