We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Function "numpy.array" is not valid as a type in python 3.7 https://github.com/asyml/forte-wrappers/runs/5368209215?check_suite_focus=true#step:11:14
To Reproduce use numpy.array as a return type
numpy.array
failed package version: python==3.7, numpy==1.21.5 passed package version: python==3.6, numpy==1.19.5
Expected behavior It's expected the return type numpy.array is recognized in all versions satisfy requirements.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
hepengfe
No branches or pull requests
Describe the bug
Function "numpy.array" is not valid as a type in python 3.7
https://github.com/asyml/forte-wrappers/runs/5368209215?check_suite_focus=true#step:11:14
To Reproduce
use
numpy.array
as a return typefailed package version: python==3.7, numpy==1.21.5
passed package version: python==3.6, numpy==1.19.5
Expected behavior
It's expected the return type
numpy.array
is recognized in all versions satisfy requirements.Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: