Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NeRCA.jl
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
Container registry
Model registry
Operate
Environments
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
Tamas Gal
NeRCA.jl
Merge requests
!3
Muonscanfit
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Muonscanfit
muonscanfit
into
master
Overview
0
Commits
88
Pipelines
40
Changes
1
Merged
Tamas Gal
requested to merge
muonscanfit
into
master
1 year ago
Overview
0
Commits
88
Pipelines
40
Changes
1
Expand
0
0
Merge request reports
Viewing commit
0e082484
Prev
Next
Show latest version
1 file
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
0e082484
Fix HitR1 tests
· 0e082484
Tamas Gal
authored
1 year ago
test/hits_tests.jl
+
7
−
7
Options
@@ -35,13 +35,13 @@ end
@testset
"sort hits"
begin
rhits
=
[
HitR1
(
1
,
zero
(
Position
),
Hit
(
15
,
0
)),
HitR1
(
2
,
zero
(
Position
),
Hit
(
14
,
0
)),
HitR1
(
2
,
zero
(
Position
),
Hit
(
11
,
0
)),
HitR1
(
2
,
zero
(
Position
),
Hit
(
10
,
0
)),
HitR1
(
3
,
zero
(
Position
),
Hit
(
12
,
0
)),
HitR1
(
2
,
zero
(
Position
),
Hit
(
14
,
0
)),
HitR1
(
1
,
zero
(
Position
),
Hit
(
13
,
0
)),
HitR1
(
1
,
zero
(
Position
),
Hit
(
15
,
0
)
,
1
,
1
),
HitR1
(
2
,
zero
(
Position
),
Hit
(
14
,
0
)
,
1
,
1
),
HitR1
(
2
,
zero
(
Position
),
Hit
(
11
,
0
)
,
1
,
1
),
HitR1
(
2
,
zero
(
Position
),
Hit
(
10
,
0
)
,
1
,
1
),
HitR1
(
3
,
zero
(
Position
),
Hit
(
12
,
0
)
,
1
,
1
),
HitR1
(
2
,
zero
(
Position
),
Hit
(
14
,
0
)
,
1
,
1
),
HitR1
(
1
,
zero
(
Position
),
Hit
(
13
,
0
)
,
1
,
1
),
]
sort!
(
rhits
)
Loading