Skip to content

Commit

Permalink
Make CustomDirectMethodology.variance not required.
Browse files Browse the repository at this point in the history
  • Loading branch information
riemanli committed Nov 1, 2023
1 parent d576157 commit 08b5d6f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ message CustomDirectMethodology {
}

// The variance of the result computed from the custom direct methodology.
// REQUIRED.
//
// If the oneof is not set, it indicates the variance is not derivable from
// the custom methodology.
oneof variance {
// The variance when the result is a scalar type.
double scalar = 1;
Expand Down

0 comments on commit 08b5d6f

Please sign in to comment.