ethz-pes / AI-mag

AI-mag: Inductor Modeling and Design with FEM and Artificial Neural Network

Home Page:https://ai-mag.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this a bug? do you mean to compare x_window with y_window here?

BCheong1990 opened this issue · comments

inp.d_iso = inp.d_iso_fact.*min(inp.x_window, inp.x_window);

Definitely a bug! I guess is was not found before because y_window > x_window for most inductor designs.
It has been corrected, thank you very much for finding and reporting the problem!

You're welcome!