File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff 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"])
You can’t perform that action at this time.
0 commit comments