Skip to content

Commit

Permalink
Merge pull request #834 from dstl/Fix_error_in_resampler_tutorial
Browse files Browse the repository at this point in the history
Change plot in Resampler Tutorial to display correct CDF
  • Loading branch information
sdhiscocks authored Sep 1, 2023
2 parents 0c6ca88 + 1f2dbb4 commit 24ebff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/sampling/ResamplingTutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def plot(normalised_weights, u_j=None, stratified=False, residual=False):

u_j = np.random.rand(2)

plot(normalised_weights, u_j)
plot(normalised_residual_weights, u_j)

# %%
#
Expand Down

0 comments on commit 24ebff1

Please sign in to comment.