Sebastian Günther

Results 137 comments of Sebastian Günther

Hello @EmileDvs the following method is the main part of my MTPA calculation. With some tricks, I guess it can also be used for other control strategies. Most of the...

Hello @EmileDvs I thought I have RectangularGridInterpolator but looking at my code I have these two - `scipy.interpolate.interp2d(x, y, z, kind="cubic")` but commented out - `scipy.interpolate.CloughTocher2DInterpolator(np.array([x, y]).T, z)` It's been...

Hello @EmileDvs, thank you I'm fine but I'm busy on some other topics. So I didn't had time to try the latest changes. Regarding "minimize", I don't know if constraints...

Hello MVreemann, since there is no vtk in the requirements directly, it may be due to dependencies, maybe with meshio or pyvista. You could try to install them on your...

Hello kamelazeb, you shouldn't give up yet :-) How do you try to start pyleecan and if there is some error message, what does it tell? Best regards, Sebastian

Okay, so if you installed pyleecan with pip then you should be able to run 'python -m pyleecan' from your terminal.

Just give it a try.

Hello, I don't know if this is related to your issue, but had also some installation issue with python 32 bit. So you maybe should try python 64 bit if...

Hello, could you tell which package this is. Maybe there is some chance to have a substitute for it. BR Sebastian

Hello @gforti84 the tests are mainly to verify that pyleecan works properly, e.g. if you did some code changes. As meantioned before these test are only avialable if you forked...