You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
decimals_count_distribution can't be serialized and this is causing the below exception.
Fortunately, it doesn't need to be serialized...
The text was updated successfully, but these errors were encountered: