Skip to content

Commit 03e0eeb

Browse files
committed
Fix basedpyright errors, remove plotting code, update gitignore
- Add pyright ignore comments for sympy typing issues in recurrence.py and recurrence_qbx.py (sum() return type, .subs() return type, ObjectArray1D vs ndarray) - Broaden parameter types from sp.Expr to sp.Basic where .subs() results are passed - Remove personal plotting code from test files - Remove tracked experimental files (pgf, png, svg, ipynb) - Update .gitignore to exclude *.ipynb, *.pgf, output.png, qbxrecurrence.svg
1 parent d174225 commit 03e0eeb

9 files changed

Lines changed: 19 additions & 4732 deletions

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ sumpy/_git_rev.py
2222
.asv
2323

2424
*.vts
25+
*.ipynb
26+
*.pgf
27+
output.png
28+
qbxrecurrence.svg
2529
test/hirish_plotting
26-
test/test_eigenvalues.ipynb
2730
.vscode/settings.json

0 commit comments

Comments
 (0)