Commit f77ff10
test(weak): compare positions by value, not identity
The previous `assert dataset.positions is grid` failed because
`VectorYX2DIrregular.__init__` re-wraps any input grid via
`Grid2DIrregular(values=grid)`. The intent of the test (positions are
preserved by the simulator) is satisfied by value equality.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a1cc6e9 commit f77ff10
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments