骆昊

Results 13 comments of 骆昊

看到了,感谢,已修改! 在 2022-03-06 22:32:35,"一叶知秋" ***@***.***> 写道: 应该是线程间的通信非常容易实现 — Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or...

https://www.bilibili.com/video/BV1FT4y1R7sz

感谢,之前我讲课的时候也发现这个问题了,忘记修订了! 在 2024-12-24 11:55:53,"cpxjazzwang" ***@***.***> 写道: 在NumPy 2.0版本中,ptp 方法已经从 ndarray 类中移除。因此,如果你在使用NumPy 2.0或更高版本,你需要使用 np.ptp(arr, ...) 来替代 arr.ptp()。 根据你提供的代码和错误信息,你正在尝试使用 array1.ptp(),这在NumPy 2.0及以后的版本中是不被允许的。你应该使用 np.ptp(array1) 来代替。 还有创造plt创造图表也失败了,是matplotlib 版本的原因么? — Reply to this email directly, view...