Hi guys, I noticed that in Python when exporting a .json file like this: ```python aggregated_pool = PoolAggregator(defaultStats = stats)(current_extractor) YamlOutput(filename = someName, format = 'json')(aggregated_pool) ``` When there is a `nan` or `inf` value, the exporter doesn't put it in a string, which triggers an exception when trying to import the .json file.