You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Description
Mxnet's NumPy is being imported as np in the file
src/gluonnlp/op.py:gluon-nlp/src/gluonnlp/op.py
Line 8 in 5d4bc9e
While NumPy is imported as np in
test_op.py:gluon-nlp/tests/test_op.py
Line 1 in 5d4bc9e
This requires a change in conventions between tests and code, which can be a minor nuisance.
What have you tried to solve it?