Closed Eheran1 closed 11 months ago
Hi Eheran1,
First of all thank you for trying out OpenTerrace and pinpointing those premature mistakes - I´m sorry you had to bother with them until now. I´ve corrected them and uploaded version 0.0.8 on PyPi now. If you install using pip you will now get a working version.
Your comments are really valuable. If you go ahead and try it out, I would be really happy if you share your thoughts. Also, I´ll be happy to discuss new functionality if you come across something that you feel like is missing :)
Best and thanks, Jakob
pip install openterrace -U
installed version 0.0.8. While doing that, pandas 2.1.4 was replaced by 1.5.3 and now seems to throw a lot of errors. Here what I get when I run tutorial1:
Tutorial 2 also throws an error:
Tutorials 3 to 7 seem to work as expected. However, note that GPU utilization was 0 %, I assume because of the fallback to CPU. Is there a way to debug this efficiently? My laptop has 2 GPUs, the dedicated one has CUDA, the integrated one does not.
Thanks again. Did you try installing into a fresh environment? I'm aware of some dependency issues with Numba.
Could you first try to install by following the "install in editable mode" in the guide (https://openterrace.github.io/openterrace-python/installation/). Please report back if this does not work..
I think it falls back due to Numba failing. Maybe following the above will help you out. Let me know
Merry christmas, Jakob
I installed via
pip install openterrace
into my existing conda environment in Windows 10.In Tutorial 1, I get this error:
In the other Tutorials, I get this error:
After changing the BC to neumann or dirichlet, I then get this error:
Any ideas how to fix this or what is going wrong? Is the installation incomplete?
In my folder
\anaconda3\Lib\site-packages\openterrace
I have a folder calledboundary_conditions
which does not exist in the repository here on github. In that, there are 3 empty(!) .py files:fixedValue.py
,timeVaryingFixedValue.py
andzeroGradient.py
I can run the
\openterrace\tests\test_functions.py
, added this code to its end:And the 3 output .svg files seem fine: