Skip to content

Issues with implementing new dataset #87

@ecole41

Description

@ecole41

Hello,

I am trying to implement a new dataset into Simunet but I am getting this error when running n3fit:

  File "/Users/ellacole/miniconda3/envs/simunet/lib/python3.10/site-packages/pandas/core/indexes/base.py", line 6131, in _raise_if_missing
    raise KeyError(f"None of [{key}] are in the [{axis_name}]")
KeyError: "None of [Index(['ADD'], dtype='object')] are in the [columns]"

It looks as though n3fit is looking for 'ADD' and 'MULT' systematics, but this dataset only has 'stat' uncertainties.

I have added these files into my conda environment file:

(simunet) ellacole ...envs/simunet/share  $ pwd
/Users/ellacole/miniconda3/envs/simunet/share
(simunet) ellacole ...envs/simunet/share  $ find . -name "*BETA*"
./NNPDF/data/theory_270/simu_factors/SIMU_BETA_DECAYS_Beta_Decay_Obs.yaml
./NNPDF/data/commondata/PLOTTING_BETA_DECAYS_Beta_Decay_Obs.yaml
./NNPDF/data/commondata/systypes/SYSTYPE_BETA_DECAYS_Beta_Decay_Obs_DEFAULT.dat
./NNPDF/data/commondata/DATA_BETA_DECAYS_Beta_Decay_Obs.dat
(simunet) ellacole ...envs/simunet/share  $ 

and these into the simunet code directory:

(simunet) ellacole ...simunet/simunet_git/SIMUnet [low_energy] $ pwd
/Users/ellacole/codes/simunet/simunet_git/SIMUnet
(simunet) ellacole ...simunet/simunet_git/SIMUnet [low_energy] $ find . -name "*BETA*"                                              
./buildmaster/meta/BETA_DECAY_Beta_Decay_Obs.yaml
./nnpdfcpp/data/commondata/PLOTTING_BETA_DECAYS_Beta_Decay_Obs.yaml
./nnpdfcpp/data/commondata/systypes/SYSTYPE_BETA_DECAYS_Beta_Decay_Obs_DEFAULT.dat
./nnpdfcpp/data/commondata/DATA_BETA_DECAYS_Beta_Decay_Obs.dat
(simunet) ellacole ...simunet/simunet_git/SIMUnet [low_energy] $ 

I have nsys set to zero in the DATA and metadata files and I cannot see why this error is coming up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions