we should maintain the kfactor module, right now it isn't documented, variables names are not consistent (max_as should look somenting as order_to_update) , and there are some hardcoded pieces which most likely will not work anymore with the new commondata:
|
cfac_path = kfactor_folder / f"CF_QCD_{grid}.dat" |
|
if "ATLASDY2D8TEV" in grid: |
|
cfac_path = kfactor_folder / f"CF_QCDEWK_{grid}.dat" |
we should maintain the
kfactormodule, right now it isn't documented, variables names are not consistent (max_asshould look somenting asorder_to_update) , and there are some hardcoded pieces which most likely will not work anymore with the new commondata:pineko/src/pineko/kfactor.py
Lines 401 to 403 in 0645803