Skip to content

Commit

Permalink
Doc: Missing View.ShowAll
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Sep 23, 2024
1 parent ad47445 commit ae19ef3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/examples/plot_uncecomp_ot_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,3 +183,6 @@
result = algoMC.getResult()
probability = result.getProbabilityEstimate()
print("Pf = ", probability)

# %%
otv.View.ShowAll()
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,9 @@
#
# We see that these distributions are never far away from each other.
# This proves that the computation of the distribution is correct, for both the asymptotic and bootstrap options.

# %%
otv.View.ShowAll()

# %%
ot.ResourceMap.Reload()

0 comments on commit ae19ef3

Please sign in to comment.