Skip to content

Commit

Permalink
Update typo in example
Browse files Browse the repository at this point in the history
bias_std -> b_dist
  • Loading branch information
danielandresarcones authored Oct 23, 2024
1 parent 2c4a877 commit d3376a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/bias.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def response(self, inp: dict) -> dict:
b_dist = chaospy.Normal(0.0, b)

# generate the polynomial chaos expansion
expansion = chaospy.generate_expansion(self.pce_order, bias_dist)
expansion = chaospy.generate_expansion(self.pce_order, b_dist)

# generate quadrature nodes and weights
sparse_quads = chaospy.generate_quadrature(
Expand Down

0 comments on commit d3376a2

Please sign in to comment.