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
!20
Proposal 7
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Proposal 7
proposal-7
into
master
Overview
0
Commits
9
Pipelines
11
Changes
1
Merged
Johannes Schumann
requested to merge
proposal-7
into
master
3 years ago
Overview
0
Commits
9
Pipelines
11
Changes
1
Expand
Update to PROPOSAL v7.
0
0
Merge request reports
Viewing commit
e1f84f8c
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
e1f84f8c
Add missing import pytest
· e1f84f8c
Johannes Schumann
authored
3 years ago
km3buu/tests/test_propagation.py
+
1
−
0
Options
@@ -14,6 +14,7 @@ import csv
import
unittest
import
numpy
as
np
import
uproot
import
pytest
from
os.path
import
abspath
,
join
,
dirname
from
thepipe.logger
import
get_logger
Loading