Skip to content

Commit

Permalink
Merge branch 'embedded_bias' of https://github.com/BAMresearch/probeye
Browse files Browse the repository at this point in the history
…into embedded_bias
  • Loading branch information
danielandresarcones committed Dec 11, 2024
2 parents c1a8044 + d3376a2 commit e11737a
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 e11737a

Please sign in to comment.