Skip to content

Commit ca63b0e

Browse files
committed
Fix NNPDFpol11 benchmark
thanks @t7phy for detecting! @giacomomagni @adrianneschauss the wrong behaviour worked in the output, but not in the db. First detected in d05f541
1 parent 73e438e commit ca63b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/NNPDF_bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def benchmark(self, Q0=1.65, Q2grid=(100,)):
141141
operator_card = {
142142
**base_operator,
143143
"Q2grid": list(Q2grid),
144-
"polarized": [True],
144+
"polarized": True,
145145
"interpolation_xgrid": interpolation.lambertgrid(50, 1e-5),
146146
}
147147
self.run([theory_card], [operator_card], ["NNPDFpol11_100"])

0 commit comments

Comments
 (0)