Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nnpdf
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
Emanuele Roberto Nocera
nnpdf
Commits
cdb9a660
Commit
cdb9a660
authored
8 months ago
by
RoyStegeman
Browse files
Options
Downloads
Patches
Plain Diff
replace test input sep_mult -> separate_multiplicative for aesthetic reasons
parent
f0efd962
No related branches found
Branches containing commit
No related tags found
1 merge request
!2128
move `separate_multiplicative` key outside `sampling` key in runcard
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
validphys2/src/validphys/tests/test_pseudodata.py
+1
-1
1 addition, 1 deletion
validphys2/src/validphys/tests/test_pseudodata.py
with
1 addition
and
1 deletion
validphys2/src/validphys/tests/test_pseudodata.py
+
1
−
1
View file @
cdb9a660
...
...
@@ -75,7 +75,7 @@ def test_no_savepseudodata():
def
test_read_matches_recreate
():
reads
=
API
.
read_fit_pseudodata
(
fit
=
PSEUDODATA_FIT
)
recreates
=
API
.
recreate_fit_pseudodata
(
fit
=
PSEUDODATA_FIT
,
sep
_mult
=
True
)
recreates
=
API
.
recreate_fit_pseudodata
(
fit
=
PSEUDODATA_FIT
,
sep
arate_multiplicative
=
True
)
for
read
,
recreate
in
zip
(
reads
,
recreates
):
# We ignore the absolute ordering of the dataframes and just check
# that they contain identical elements.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment