When pineko generates an fktable coming from the copnvolution of a grid and an eko, it can happen that the theory metadata gets saved in a json-incompatible format.
This is generally not a problem (since this metadata is never read in practice), however, the fonll module now looks at this key which raises an error at load
This PR fixes the error when reading: #163 the json data.
However we should ideally fix the problem at creation time, but I'm not sure where it is (honestly, I'm not even sure it is pineko and not something happening when the string goes through pineappl)
When pineko generates an fktable coming from the copnvolution of a grid and an eko, it can happen that the theory metadata gets saved in a json-incompatible format.
This is generally not a problem (since this metadata is never read in practice), however, the
fonllmodule now looks at this key which raises an error atloadThis PR fixes the error when reading: #163 the json data.
However we should ideally fix the problem at creation time, but I'm not sure where it is (honestly, I'm not even sure it is pineko and not something happening when the string goes through pineappl)