Skip to content

Commit

Permalink
Think I fixed the sphinx issue and added unit tests for python3.9 to …
Browse files Browse the repository at this point in the history
…the repository
  • Loading branch information
Alan Kaptanoglu authored and Alan Kaptanoglu committed Mar 17, 2023
1 parent 6178df9 commit d31556c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8]
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion examples/8_trapping_sindy_paper_examples.ipynb
Expand Up @@ -1647,7 +1647,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Key result: the 5D SINDy model is globally stable and improves the prediction of the transient timing compared with the POD-Galerkin model."
"### Key result: the 5D SINDy model is globally stable and improves the prediction of the transient timing compared with the POD-Galerkin model."
]
}
],
Expand Down

0 comments on commit d31556c

Please sign in to comment.