Skip to content

Commit a064736

Browse files
DOC: Build example 18 externally (#627)
1 parent 431e783 commit a064736

File tree

8 files changed

+20
-1094
lines changed

8 files changed

+20
-1094
lines changed

.github/workflows/notify-experiments.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ jobs:
1414
token: ${{ secrets.PYSINDY_EXAMPLE_PAT }}
1515
repository: dynamicslab/sindy-original-example
1616
event-type: pysindy-commit
17+
- name: Inform addl examples
18+
uses: peter-evans/repository-dispatch@v3
19+
with:
20+
token: ${{ secrets.PYSINDY_EXAMPLE_PAT }}
21+
repository: dynamicslab/sindy-addl-examples
22+
event-type: pysindy-commit

examples/18_linear_stable_models/StateSpaceModel.ipynb

Lines changed: 0 additions & 558 deletions
This file was deleted.
Binary file not shown.
-305 KB
Binary file not shown.

examples/18_linear_stable_models/example7_reboot.ipynb

Lines changed: 0 additions & 289 deletions
This file was deleted.

examples/18_linear_stable_models/viscoelastic_pod_models.ipynb

Lines changed: 0 additions & 247 deletions
This file was deleted.

examples/README.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,14 @@ Demonstrates the use of SINDyCP for discovery of parameterized pattern formation
191191
./17_parameterized_pattern_formation/example
192192

193193

194+
.. pysindy-example::
195+
:key: stable_linear_sr3
196+
:title: Discovering stable linear models: ``StabilizedLinearSR3``
197+
198+
While trapping SINDy handles a more complex type of stability (Lyapunov) for
199+
nonlinear dynamics, the linear case is simpler. Here are several demonstrations
200+
of the ``StabilizedLinearSR3`` optimizer for POD and state-space models.
201+
194202
.. pysindy-example::
195203
:key: sbr
196204
:title: Post-analysis of Bayesian SINDy

examples/external.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
ref: "e68efeb"
55
dir: "examples"
66

7+
- name: "stable_linear_sr3"
8+
user: "dynamicslab"
9+
repo: "sindy-addl-examples"
10+
ref: "018b17d"
11+
dir: "examples"
12+
713
- name: "sbr"
814
user: "dynamicslab"
915
repo: "sindy-addl-examples"

0 commit comments

Comments
 (0)