Skip to content

Commit f56e5de

Browse files
docstrings, ruff check and format
1 parent a460513 commit f56e5de

10 files changed

+1304
-690
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ venv.bak/
4747
.DS_Store
4848

4949
# tests files
50-
control/julia/test.ipynb
50+
control/julia/test.ipynb

control/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989

9090
# Allow access to phase_plane functions as ct.phaseplot.fcn or ct.pp.fcn
9191
from . import phaseplot as phaseplot
92+
9293
pp = phaseplot
9394

9495
# Exceptions

0 commit comments

Comments
 (0)