The source project of this merge request has been removed.
Fix type of iDQ probability for JSON serializing
Fixes #106 (closed). The issue was that the iDQ probabilities could not be serialized by json.dumps()
, which threw an error and held up the entire rest of the gwcelery
pipeline.