Skip to content

Commit

Permalink
Check installation of error pdf in test
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Jun 19, 2023
1 parent 502997f commit d5a48f9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion validphys2/src/validphys/tests/photon/test_compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,17 @@
from validphys.core import PDF as PDFset
from validphys.photon import structure_functions as sf
from validphys.photon.compute import Alpha, Photon, FIATLUX_DEFAULT
from validphys.loader import FallbackLoader

from ..conftest import PDF

TEST_THEORY = API.theoryid(theoryid=398)

# check if "LUXqed17_plus_PDF4LHC15_nnlo_100" is installed
FallbackLoader().check_pdf("LUXqed17_plus_PDF4LHC15_nnlo_100")
FIATLUX_RUNCARD = {
"luxset": PDFset(PDF),
"additional_errors": API.pdf(pdf='LUXqed17_plus_PDF4LHC15_nnlo_100'),
"additional_errors": PDFset('LUXqed17_plus_PDF4LHC15_nnlo_100'),
"luxseed": 123456789,
"eps_base": 1e-2, # using low precision to speed up tests
}
Expand Down

0 comments on commit d5a48f9

Please sign in to comment.