Commit 03e0eeb
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.svg1 parent d174225 commit 03e0eeb
9 files changed
Lines changed: 19 additions & 4732 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | | - | |
27 | 30 | | |
0 commit comments