Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OrcaSong
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
Environments
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
Machine Learning
OrcaSong
Merge requests
!11
Resolve "mc_info_extractor for neutrino reco chain"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "mc_info_extractor for neutrino reco chain"
15-mc_info_extractor-for-neutrino-reco-chain
into
master
Overview
0
Commits
9
Pipelines
10
Changes
1
Merged
Daniel Guderian
requested to merge
15-mc_info_extractor-for-neutrino-reco-chain
into
master
4 years ago
Overview
0
Commits
9
Pipelines
10
Changes
1
Expand
Closes
#15 (closed)
Edited
4 years ago
by
Daniel Guderian
0
0
Merge request reports
Viewing commit
c9b0db64
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c9b0db64
fix
· c9b0db64
Stefan Reck
authored
4 years ago
tests/test_extractor.py
+
1
−
1
Options
@@ -24,7 +24,7 @@ class TestStdRecoExtractor(TestCase):
max_n_hits
=
3
,
time_window
=
[
0
,
50
],
hit_infos
=
[
"
pos_z
"
,
"
time
"
,
"
channel_id
"
],
mc_info_ext
r
=
extractors
.
get_neutrino_mc_info_extr
(
NEUTRINO_FILE
),
extracto
r
=
extractors
.
get_neutrino_mc_info_extr
(
NEUTRINO_FILE
),
det_file
=
DET_FILE_NEUTRINO
,
add_t0
=
True
,
)
Loading