Skip to content

Commit

Permalink
updated some results
Browse files Browse the repository at this point in the history
  • Loading branch information
MPeng5 committed Dec 24, 2023
1 parent 497de09 commit 8d46f27
Show file tree
Hide file tree
Showing 3 changed files with 487 additions and 543 deletions.
437 changes: 273 additions & 164 deletions examples/8_trapping_sindy_examples/dysts_examples.ipynb

Large diffs are not rendered by default.

591 changes: 213 additions & 378 deletions examples/8_trapping_sindy_examples/trapping_extended.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/8_trapping_sindy_examples/trapping_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def make_trap_progress_plots(r, sindy_opt, mod_matrix=None):
rhos_plus[1:],
np.ones(len(x)) * rhos_plus[-1] * 5,
color="r",
label="Possibly Unstable",
label="Possibly unstable",
)
ax.fill_between(
x, np.zeros(len(x)), rhos_minus[1:], color="g", label=r"Trapping region"
Expand Down

0 comments on commit 8d46f27

Please sign in to comment.