Commit d1c5820
authored
Replaces deprecated use of numpy#fromstring method with #frombuffer (#7004)
This method has been deprecated since version 1.14, and it started
raising an error in 2.3, according to the [release
notes](https://github.com/numpy/numpy/releases/tag/v2.3.0rc1)
A replacement with more appropriate semantics exists, so this change
updates that use case to use the appropriate, non-deprecated method
`frombuffer`.
Googlers, see b/422161123.1 parent f0f86bd commit d1c5820
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| |||
0 commit comments