dotnet / infer

Infer.NET is a framework for running Bayesian inference in graphical models
https://dotnet.github.io/infer/
MIT License
1.54k stars 229 forks source link

Support null values in PropertiesToString #417

Closed myshkov closed 1 year ago

myshkov commented 1 year ago

Produce "null" string output for property values that are null in PropertiesToString instead of failing with an exception.