Skip to content

Commit

Permalink
more comments ; updated fitbot before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Mar 4, 2024
1 parent c95e3a6 commit c49c8f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fitbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
N3FIT_MAXNREP: 20 # total number of replicas to fit
POSTFIT_NREP: 16 # requested replicas for postfit
REFERENCE_SET: NNBOT-3e7c84220-2024-02-28 # reference set for exact results
REFERENCE_SET: NNBOT-344e6f1a9-2024-03-03 # reference set for exact results
STABLE_REFERENCE_SET: NNBOT-c0f99b7b3-2024-02-28 # reference set for last tag
CONDA_PY: 310
PYTHONHASHSEED: "0"
Expand Down
4 changes: 0 additions & 4 deletions validphys2/src/validphys/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ def substitute(pr_v, cd_x):
substitute("eta", "eta")
substitute("etay", "eta")
substitute("etay", "y")
substitute("p_T2", "pT_sqr")
substitute("sqrts", "sqrt_s")
substitute("sqrt(s)", "sqrts")
substitute("sqrt(s)", "sqrt_s")
substitute("yQQ", "y_ttBar")
substitute("yQ", "y_t")

Expand Down
2 changes: 1 addition & 1 deletion validphys2/src/validphys/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def _available_old_datasets(self):
@property
@functools.lru_cache()
def available_datasets(self):
"""Provide all available datasets.
"""Provide all available datasets other then positivitiy and integrability.
At the moment this only returns old datasets for which we have a translation available
"""
skip = ("POS", "INTEG")
Expand Down

0 comments on commit c49c8f1

Please sign in to comment.