Skip to content

Commit 7f4aa77

Browse files
mtezzelendem0
authored andcommitted
export tutorials changed in 05b8f38
1 parent f76b6db commit 7f4aa77

File tree

2 files changed

+124
-60
lines changed

2 files changed

+124
-60
lines changed

docs/source/_tutorials/tutorial16rdmd.html

Lines changed: 119 additions & 59 deletions
Large diffs are not rendered by default.

tutorials/tutorial16/tutorial-16-rdmd.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
# In[1]:
1313

1414

15+
import warnings
16+
17+
warnings.filterwarnings("ignore")
18+
1519
import time
1620
import numpy as np
1721
import matplotlib.pyplot as plt
@@ -146,7 +150,7 @@ def f3(x, t):
146150

147151

148152
# Define the number of random trials to perform.
149-
num_trials = 100
153+
num_trials = 200
150154

151155
# Initialize the error and runtime metrics.
152156
cdmd_error = 0.0

0 commit comments

Comments
 (0)