Skip to content

Commit

Permalink
Python doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudin47 committed May 1, 2024
1 parent 9cd2a14 commit 606c98a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/doc/pyplots/FunctionalChaosValidation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
)
chaosalgo.run()
result = chaosalgo.getResult()
validation = ot.FunctionalChaosValidation(
result, ot.FunctionalChaosValidation.LEAVEONEOUT
)
validation = ot.FunctionalChaosValidation(result)
graph = validation.drawValidation()
View(graph)

0 comments on commit 606c98a

Please sign in to comment.