Update fonll docstr and json loading#163
Conversation
|
Thanks for spotting it. Which are the keys with the wrong syntax? |
There're a few grids where the theory key uses For the |
I was sure that |
The theory is not even used by all runners so it might actually better that this is not the case yet... (or that only the ones that use it actually write it). |
@felixhekhorn I was curious and checked that yadism actually writes this using Indeed, the error is generated by pineko but I don't understand how and why it happens only for some datasets and not others. I'll open an issue about this. |
While updating this line
pineko/src/pineko/fonll.py
Line 125 in d75ebe1
I tried to run it just because and noticed that not all fktables have the theories saved as valid json. In particular some of the HERA fktables in 701XX sometimes have single quotes instead of double so I've added a "bypass" for that as well (and a few boolean values are also wrong). Not sure why it happened.