Skip to content

Commit

Permalink
export tutorials changed in 05b8f38
Browse files Browse the repository at this point in the history
  • Loading branch information
mtezzele authored and ndem0 committed Feb 28, 2024
1 parent f76b6db commit 7f4aa77
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 60 deletions.
178 changes: 119 additions & 59 deletions docs/source/_tutorials/tutorial16rdmd.html

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion tutorials/tutorial16/tutorial-16-rdmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
# In[1]:


import warnings

warnings.filterwarnings("ignore")

import time
import numpy as np
import matplotlib.pyplot as plt
Expand Down Expand Up @@ -146,7 +150,7 @@ def f3(x, t):


# Define the number of random trials to perform.
num_trials = 100
num_trials = 200

# Initialize the error and runtime metrics.
cdmd_error = 0.0
Expand Down

0 comments on commit 7f4aa77

Please sign in to comment.