Skip to content

Fix type of iDQ probability for JSON serializing

Geoffrey Mo requested to merge (removed):json-fix into master

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.

Merge request reports