python 3.9 array.copy does not copy value, it is modified after some functions

后端 未结 0 797
悲&欢浪女
悲&欢浪女 2020-12-11 07:41

Copy a matrix and store as a copied matrix. Go though some functions with the original matrix. The copied matrix is modified at the end. I have tried .copy() and [:]

相关标签:
回答
  • 消灭零回复
提交回复
热议问题