Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Multiple numpy tests fail with numpy 1.19 #18600

@eric-haibin-lin

Description

@eric-haibin-lin

The following four numpy op tests fails with numpy==1.19

  • test_np_delete
  • test_np_random_beta
  • test_np_random_f
  • test_np_random_chisquare

The failure happens on the master branch CI http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwindows-cpu/detail/master/2034/pipeline and blocks recent PRs http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/mxnet-validation%2Fwindows-cpu/detail/PR-18598/7/pipeline

It only happens recently, and I noticed that the installed numpy version on CI has changed from numpy-1.18.5 to numpy-1.19.0 - see installation log in previous commit and master head.
Also notice that the error log shows that the exceptions happen in the _np.xx functions, which is part of the official numpy APIs instead of mx.numpy APIs.

@yzhliu FYI

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions