Skip to content

Commit 4c4dc68

Browse files
CI: Maybe 3.12 works?
1 parent 7fa75ec commit 4c4dc68

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v4
2121
with:
22-
python-version: "3.11"
22+
python-version: "3.12"
2323
- name: Linting
2424
run: |
2525
pip install pre-commit
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Python
3535
uses: actions/setup-python@v4
3636
with:
37-
python-version: "3.11"
37+
python-version: "3.12"
3838
- name: build
3939
run: pip install .
4040
- name: test import
@@ -51,7 +51,7 @@ jobs:
5151
- name: "Set up Python"
5252
uses: actions/setup-python@v4
5353
with:
54-
python-version: "3.11"
54+
python-version: "3.12"
5555
- name: Install doc dependencies
5656
run: |
5757
sudo apt-get update -y

pysindy/_weak.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ class WeakSINDy(SINDy):
350350
import matplotlib.pyplot as plt
351351
from scipy.io import loadmat
352352
from pathlib import Path
353-
breakpoint()
354353
data = loadmat(Path(__file__).parent.parent / "examples/data/burgers.mat")
355354
t = np.ravel(data["t"])
356355
x = np.ravel(data["x"])

0 commit comments

Comments
 (0)