Skip to content

Commit

Permalink
change plot to display correct CDF
Browse files Browse the repository at this point in the history
  • Loading branch information
spike-dstl committed Aug 11, 2023
1 parent 8c4fcf2 commit 1f2dbb4
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 1f2dbb4

Please sign in to comment.