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
10
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
Compare
version 8
version 8
5157ed07
4 years ago
version 7
9ce542e5
4 years ago
version 6
c3ccddf7
4 years ago
version 5
3a54214b
4 years ago
version 4
1924c48c
4 years ago
version 3
8da6dbc2
4 years ago
version 2
cabef5b5
4 years ago
version 1
062c7351
4 years ago
master (base)
and
latest version
latest version
c9b0db64
9 commits,
4 years ago
version 8
5157ed07
8 commits,
4 years ago
version 7
9ce542e5
7 commits,
4 years ago
version 6
c3ccddf7
6 commits,
4 years ago
version 5
3a54214b
5 commits,
4 years ago
version 4
1924c48c
4 commits,
4 years ago
version 3
8da6dbc2
3 commits,
4 years ago
version 2
cabef5b5
2 commits,
4 years ago
version 1
062c7351
1 commit,
4 years ago
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
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