Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KM3BUU
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
simulation
KM3BUU
Merge requests
!17
Weights update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Weights update
weights
into
master
Overview
0
Commits
12
Pipelines
13
Changes
1
Merged
Johannes Schumann
requested to merge
weights
into
master
3 years ago
Overview
0
Commits
12
Pipelines
13
Changes
1
Expand
0
0
Merge request reports
Viewing commit
f1511207
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
f1511207
Set correct gibuu weight in w2list unit test
· f1511207
Johannes Schumann
authored
3 years ago
km3buu/tests/test_output.py
+
1
−
1
Options
@@ -136,4 +136,4 @@ class TestAANET(unittest.TestCase):
# CC/NC
np
.
testing
.
assert_equal
(
evt
.
w2list
[
10
],
2
)
# GiBUU weight
np
.
testing
.
assert_almost_equal
(
evt
.
w2list
[
19
],
0.
8167222969153614
)
np
.
testing
.
assert_almost_equal
(
evt
.
w2list
[
19
],
0.
004062418521597373
)
Loading