Closed jsoules closed 4 months ago
As mentioned in comments for PR #124
Currently we insist on a full parse for a SamplingOpts object to be considered successfully deserialized. Going forward it will likely be more resilient and flexible to populate any missing values with defaults instead.
SamplingOpts
In particular, this issue should be considered a blocker for adding any new entries to SamplingOptions. Before that point, it's just a "nice to have"
As mentioned in comments for PR #124
Currently we insist on a full parse for a
SamplingOpts
object to be considered successfully deserialized. Going forward it will likely be more resilient and flexible to populate any missing values with defaults instead.