Commit fa7d0a6
authored
Fix Hang in Python 3.14 GH Actions (westpa#544)
* prevent inplace resize of arrays due to future numpy deprecation since 2.4.0
* use numpy.pad instead to ensure value is added in one step1 parent 96a0573 commit fa7d0a6
1 file changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
215 | | - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
216 | 217 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | 218 | | |
225 | 219 | | |
226 | 220 | | |
| |||
0 commit comments