Errors running examples #1006
Unanswered
agoncalvescoel
asked this question in
Q&A
Replies: 4 comments 11 replies
-
Hi Ana, On the face of it these don't look like fipy errors necessarily. What happens if you run a problem just using numpy or scipy for example without importing fipy. Something like
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello, sorry it took me a while to answer back. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Also built the environment in Linux, but keeps giving me:
|
Beta Was this translation helpful? Give feedback.
6 replies
-
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
I'm learning how to use this amazing tool, and while I was going through the manual, I had some errors running some scripts from the examples folder: coupled.py, and circle.py.
It gives me extensive lists of errors and the program crashes. Here's a print of the first ones:
![image](https://private-user-images.githubusercontent.com/100953718/303697539-d3e91846-e73c-47a8-8edf-a92fab21c380.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMTA2NTIsIm5iZiI6MTczOTAxMDM1MiwicGF0aCI6Ii8xMDA5NTM3MTgvMzAzNjk3NTM5LWQzZTkxODQ2LWU3M2MtNDdhOC04ZWRmLWE5MmZhYjIxYzM4MC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA4JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOFQxMDI1NTJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xZTM2NGZmZTFiYzU4ZDg4NTVjYTA0M2QwMTQ4Zjk3MjM4YmQyZTI3ODAwNzFhMmM0M2Q1MjFjYmU1OWI3ODJjJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.8RKBcupd1cHtm76wWKI19-q8pjA8EoLjEDwQ6vMyFrQ)
When writing coupled one myself I did notice that I only had errors when trying the vector form.
Anyone can help me with what I am doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions