Describe the bug
In the dictionaries, the "DICT_DESCRIPTIONS" do not work for the new dataclass structure so you get warnings when running PROCESS (here I have run process -v -c examples/data/run_process.conf:
This comes from trying to obtain the comment for the variables as this gives a KeyError for any vars now in a dataclass:

The DICT_MODULE, DICT_DEFAULT and DICT_VAR_TYPE all work as expected still.
Steps to reproduce
Try to access any vars from the converted files in the dicts and you get a keyerror as they are not in there (first var is in current data structure, last 2 examples are in dataclass format):
Expected behaviour
The DICT_DESCRIPTIONS should contain the variable descriptions eg:
Evidence
Environment
Additional context
Describe the bug
In the dictionaries, the "DICT_DESCRIPTIONS" do not work for the new dataclass structure so you get warnings when running PROCESS (here I have run
process -v -c examples/data/run_process.conf:This comes from trying to obtain the comment for the variables as this gives a KeyError for any vars now in a dataclass:

The DICT_MODULE, DICT_DEFAULT and DICT_VAR_TYPE all work as expected still.
Steps to reproduce
Try to access any vars from the converted files in the dicts and you get a keyerror as they are not in there (first var is in current data structure, last 2 examples are in dataclass format):
Expected behaviour
The DICT_DESCRIPTIONS should contain the variable descriptions eg:
Evidence
Environment
Additional context