-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
Issue in the example code #11
Comments
Is it exactly this example file that you're using? https://github.com/AmirMardan/PyFWI/blob/main/example/gradient_example.ipynb Could you please specify your system and the version of pyopencl that you use? Also, before calling |
Hello, I have exactly the same problem with the basic example in the documentation. I am running the code in Google Collab. Below is the requested data: W.nt: 1400 |
Please uninstall the package and install the new version from So, before loading PyFWI, run these two lines in a cell, !pip uninstall -y PyFWI
!pip install git+https://github.com/AmirMardan/PyFWI.git@issue_11 |
It worked for me thank! |
Hi Amir, In the example code:
When I run the code, I keep receiving this error:
The text was updated successfully, but these errors were encountered: