Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文档目录“NumPy参考文章/进阶篇/NumPy数据分析练习/ ”中发现1个笔误 #7

Open
wang7337 opened this issue Aug 28, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@wang7337
Copy link

wang7337 commented Aug 28, 2019

目录:NumPy参考文章/进阶篇/NumPy数据分析练习/
中“64. 如何从二维数组中减去一维数组,其中一维数组的每一项从各自的行中减去?”

问题描述部分
现为:b_1d = np.array([1,1,1]
应为:b_1d = np.array([1,2,3])

@lisniuse
Copy link
Member

lisniuse commented Nov 12, 2019

感谢反馈,已修复。

@lisniuse lisniuse added the bug Something isn't working label Nov 12, 2019
lisniuse added a commit that referenced this issue Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants