Closed lm1909 closed 1 year ago
Hi @lm1909 , in fact the meta_info
is stored, in field json_parameters
. You can retrieve it (or rather its string representation) via
abc = history.get_abc()
abc.json_parameters
Does this help?
Ah indeed - apologies for missing this!
Bug description
pyabc.ABCSMC.new()
provides the argumentmeta_info
which is documented as:However this data is not actually stored in the database, as
ABCSMC
is initialised with it for the argumentjson_parameter
, which however is not used inABCSMC
. In effect, this metadata is used anywhere.Expected behavior The information is stored in the database. There is a method which allows to retrieve this dictionary.
To reproduce Not applicable.
Environment pyABC version: 0.12.9 Python version: 3.10.8 OS: SUSE Linux Enterprise Server 15 SP4, v15.4