Skip to content

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

@wang7337

Description

@wang7337

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

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

Activity

lisniuse

lisniuse commented on Nov 12, 2019

@lisniuse
Member

感谢反馈,已修复。

added a commit that references this issue on Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @lisniuse@wang7337

        Issue actions

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