Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
DaVinci
Commits
7e2299f4
Commit
7e2299f4
authored
Apr 05, 2022
by
Gitlab CI
Committed by
Davide Fazzini
Apr 05, 2022
Browse files
Fixed formatting
patch generated by
https://gitlab.cern.ch/lhcb/DaVinci/-/jobs/20876816
parent
46184312
Pipeline
#3809924
passed with stages
in 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Phys/DaVinci/tests/config/test_algorithms.py
View file @
7e2299f4
...
...
@@ -292,7 +292,7 @@ def test_get_decreports():
options
.
stream
=
"TurboSP"
decreports
=
get_decreports
(
"Hlt2"
,
options
)
assert
decreports
.
location
==
"/Event/Hlt2/DecReports"
def
test_filter_on_and_apply_algorithms
():
"""
...
...
@@ -300,9 +300,6 @@ def test_filter_on_and_apply_algorithms():
"""
spruce_line
=
"SpruceB2OC_BdToDsmK_DsmToHHH_FEST_Line"
decay_descriptor
=
"[B0 -> D_s- K+]CC"
data_filtered
=
filter_on
(
f
"/Event/Spruce/
{
spruce_line
}
/Particles"
,
decay_descriptor
)
data_filtered
=
filter_on
(
f
"/Event/Spruce/
{
spruce_line
}
/Particles"
,
decay_descriptor
)
assert
data_filtered
.
location
==
"/Event/FilterDecays/particles"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment