Skip to content

Commit

Permalink
Remove tests against legacy data
Browse files Browse the repository at this point in the history
  • Loading branch information
achiefa committed Nov 13, 2024
1 parent 72d8e96 commit e2732cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nnpdf_data/nnpdf_data/commondata/ATLAS_Z0J_8TEV/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

logging.basicConfig(level=logging.INFO, format='[%(levelname)s] %(message)s')

CHECK = True
CHECK = False


def check_unc_with_legacy(observable, variant=None, rtol=1e-3):
Expand Down Expand Up @@ -76,6 +76,7 @@ def check_dat_with_legacy(observable, rtol=1e-03):
ATLAS_Z0J_8TEV_PT_M.generate_uncertainties('./rawdata/hepdata/unnormalized/output', True)

# Comparing new anf legacy uncertainties
# Deprecated
if CHECK:
check_dat_with_legacy('PT-Y')
check_unc_with_legacy('PT-Y')
Expand Down

0 comments on commit e2732cc

Please sign in to comment.