Commit 1263577
Fix remaining Copilot review issues: unused import and duplicate assertion
- test_abstract.py: remove unused `import numpy as np`; fix duplicate
assertion so second check covers row [1, :] not [0, :] again
- test_fit_imaging.py: remove unused fixtures and dead setup block from
covariance test (only masked_imaging_covariance_7x7 is needed)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d5cbe62 commit 1263577
2 files changed
Lines changed: 3 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
552 | | - | |
| 552 | + | |
553 | 553 | | |
554 | | - | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
561 | | - | |
562 | 554 | | |
563 | 555 | | |
564 | 556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
45 | | - | |
| 43 | + | |
| 44 | + | |
46 | 45 | | |
0 commit comments