Commit f0cb81a
Simplify containsNan: remove isConstantArray check and inline constantArrayContainsNan
Address review feedback from VincentLanglet:
- Remove redundant isConstantArray()->yes() check
- Inline constantArrayContainsNan into containsNan to avoid a dedicated method
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent b5638cc commit f0cb81a
1 file changed
Lines changed: 13 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2077 | 2077 | | |
2078 | 2078 | | |
2079 | 2079 | | |
2080 | | - | |
| 2080 | + | |
2081 | 2081 | | |
2082 | | - | |
| 2082 | + | |
| 2083 | + | |
| 2084 | + | |
| 2085 | + | |
| 2086 | + | |
| 2087 | + | |
| 2088 | + | |
| 2089 | + | |
| 2090 | + | |
| 2091 | + | |
| 2092 | + | |
| 2093 | + | |
2083 | 2094 | | |
2084 | 2095 | | |
2085 | 2096 | | |
| |||
2090 | 2101 | | |
2091 | 2102 | | |
2092 | 2103 | | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
2096 | | - | |
2097 | | - | |
2098 | | - | |
2099 | | - | |
2100 | | - | |
2101 | | - | |
2102 | | - | |
2103 | | - | |
2104 | | - | |
2105 | | - | |
2106 | | - | |
2107 | | - | |
2108 | 2104 | | |
2109 | 2105 | | |
2110 | 2106 | | |
| |||
0 commit comments