This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
Difference in naming convention between op.py and test_op.py #1580
Labels
bug
Something isn't working
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?
The text was updated successfully, but these errors were encountered: