Skip to content

Commit 64a0d4a

Browse files
Change Qmax
1 parent 7d768c9 commit 64a0d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

n3fit/src/n3fit/tests/test_evolven3fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def test_utils():
118118
def test_eko_utils(tmp_path, nnpdf_theory_card):
119119
# Testing construct eko cards
120120
q_ini = 1.0
121-
q_fin = 100
121+
q_fin = 1e5
122122
x_grid = [1.0e-3, 0.1, 1.0]
123123
pto = 2
124124
comments = "Test"

0 commit comments

Comments
 (0)