diffix / explorer

Tool to automatically explore and generate stats on data anonymized using Diffix
MIT License
2 stars 1 forks source link

decimals_count_distribution can't be serialized #382

Open sentry-io[bot] opened 3 years ago

sentry-io[bot] commented 3 years ago

decimals_count_distribution can't be serialized and this is causing the below exception.

Fortunately, it doesn't need to be serialized...

System.ArgumentException: .NET number values such as positive and negative infinity cannot be written as valid JSON.
  Module "System.Text.Json.ThrowHelper", in ThrowArgumentException_ValueNotSupported
  Module "System.Text.Json.Utf8JsonWriter", in WriteNumberValue
  Module "System.Text.Json.JsonPropertyInfoNotNullable`4", in OnWrite
  Module "System.Text.Json.JsonSerializer", in Write
  Module "System.Text.Json.JsonSerializer", in WriteAsyncCore
...
(27 additional frame(s) were not displayed)