Commit 9865ea8
Remove duplicate assertion in test_abstract rather than changing row index
The second assert was a copy-paste of the first (both checked row [0, :]).
Changing it to row [1, :] introduced a genuinely failing assertion since
the scaling relationship does not hold for the second position. Simply
remove the duplicate instead.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1263577 commit 9865ea8
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
45 | | - | |
0 commit comments