Skip to content

Commit f10029a

Browse files
john-halloranJohn Halloran
andauthored
feat: skip updating stretch if stretching factor is zero (#181)
* style: make line length <80 throughout * feat: skip updating stretch() if stretching factor is zero * chore: fix codespell complaint * fix: use correct version of rho * style: clean up several lines and remove noqa --------- Co-authored-by: John Halloran <jhalloran@oxy.edu>
1 parent d18b930 commit f10029a

File tree

4 files changed

+150
-110
lines changed

4 files changed

+150
-110
lines changed

.codespell/ignore_words.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ mater
66

77
;; Frobenius norm used in np.linalg.norm
88
fro
9+
10+
;; alternative spelling of socioeconomic used in code of conduct
11+
socio-economic

doc/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
# If extensions (or modules to document with autodoc) are in another directory,
2222
# add these directories to sys.path here. If the directory is relative to the
23-
# documentation root, use Path().resolve() to make it absolute, like shown here.
23+
# documentation root, use Path().resolve() to make it absolute,
24+
# like shown here.
2425
# sys.path.insert(0, str(Path(".").resolve()))
2526
sys.path.insert(0, str(Path("../..").resolve()))
2627
sys.path.insert(0, str(Path("../../src").resolve()))

0 commit comments

Comments
 (0)