Difference in naming convention between op.py and test_op.py
AetherPrior opened this issue · 0 comments
AetherPrior commented
Description
Mxnet's NumPy is being imported as np in the file src/gluonnlp/op.py
:
Line 8 in 5d4bc9e
While NumPy is imported as np in 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?
- While a simple refactoring is possible, I don't want to be reverting any design decision in any way.