Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaharid committed Jun 19, 2023
1 parent 9b861be commit e43cac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions validphys2/src/validphys/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def tmp(tmpdir):

SINGLE_DATASET = {'dataset': 'NMC'}

SINGLE_CATEGICAL = {"dataset": "ATLAS_WZ_TOT_13TEV", 'cfac': ["QCD"]}
SINGLE_CATEGORICAL = {"dataset": "ATLAS_WZ_TOT_13TEV", 'cfac': ["QCD"]}

DATA = [
{'dataset': 'NMC'},
Expand Down Expand Up @@ -102,7 +102,7 @@ def single_data_categorical_internal_cuts_config(data_internal_cuts_config):
"""Test dataset with categorical plotting variables"""
return {
**data_internal_cuts_config,
'dataset_input': SINGLE_CATEGICAL,
'dataset_input': SINGLE_CATEGORICAL,
# NOTE: The old theory is currently bugged for this dataset
'theoryid': THEORYID_NEW,
}
Expand Down

0 comments on commit e43cac7

Please sign in to comment.