ert icon indicating copy to clipboard operation
ert copied to clipboard

Convert transfer_function_definitions in gen_kw_config from list of strings

Open oyvindeide opened this issue 1 year ago • 1 comments

`transfer_function_definitions´ is a list of strings that need to be parsed each time, we should instead make this a dataclass/pydantic baseclass so we dont have to parse a string:

Image

Will require migration.

oyvindeide avatar Apr 09 '24 11:04 oyvindeide

This is also a good opportunity to add logging of which parameter distributions are being used.

oyvindeide avatar Apr 19 '24 10:04 oyvindeide