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
System information
OS Platform and Distribution (e.g., CentOS 7.6): Ubuntu 22.04.4 LTS on Windows 11 10.0.22631 build 22631 via WSL2
Python version: 3.11.3
YLearn version: 0.2.0
Other Python packages(run pip list): matplotlib v 3.9.0
pip list
Describe the current behavior
JUst write from ylearn import Why and execute: a ValueError related to numpy is thrown and execution stops
from ylearn import Why
Describe the expected behavior
Module Why from ylearn is successfully imported and code does not crash
Standalone code to reproduce the issue
JUst write from ylearn import Why and execute
Are you willing to submit PR?(Yes/No)
No
Other info / logs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System information
OS Platform and Distribution (e.g., CentOS 7.6): Ubuntu 22.04.4 LTS on Windows 11 10.0.22631 build 22631 via WSL2
Python version: 3.11.3
YLearn version: 0.2.0
Other Python packages(run
pip list
): matplotlib v 3.9.0Describe the current behavior
JUst write
from ylearn import Why
and execute: a ValueError related to numpy is thrown and execution stopsDescribe the expected behavior
Module Why from ylearn is successfully imported and code does not crash
Standalone code to reproduce the issue
JUst write
from ylearn import Why
and executeAre you willing to submit PR?(Yes/No)
No
Other info / logs
The text was updated successfully, but these errors were encountered: