SupaDupaTwo
SupaDupaTwo
I pulled the commit bda513c8 on the master branch Python 3.10.9 Pyleecan version:1.4.2 SciDataTool version:2.5.0 I did not modify tuto_Optimizaton.ipynb but I did modify tuto_Operating_point.ipynb -`varload.set_OP_matrix(OP_matrix, "N0", "I0", "Phi0", "Tem")`...
I still wonder what python version you are using, some package are quite old. I tried installing pyleecan 1.50 in a new environement and I have error with matplotlib and...
I think with issue comes from Pyvista. I had a similar issue and I had to change the import in Lib/site-packages/pyvista/_vtk.py, vtkExtractEdges is in vtkmodules.vtkFiltersCore now. In get_cell.py I had...
The issue is within pyvista I think. To solve it I changed the site_package of pyvista. A better option should be to upgrade pyvista to a newer version. If it...