nmz787-intel
nmz787-intel
I've also been hit with rounding errors and had to questionably resort to fuzzy-matching. It certainly gives me pause about using this vs vendor tools (which have generally terrible APIs/ease-of-use,...
ok, yes this is my issue. I guess this is now a feature request :D
I believe it has to do with some tools that have many GDS files, and can load them all as a distributed library. This is an assumption though, and may...
I got it to work by adding a call to `self.GetParent().SetCursor(wx.Cursor(wx.CURSOR_ARROW))` in the `SetText` method. Here's my full example code: ``` import wx from sympy.physics.units import current class PromptingComboBox(wx.ComboBox): def...
@Vikas-vgithub please post a script that creates the initial GDS, or post the GDS and the script you're using to read and write it back out. We need a way...
@Vikas-vgithub can you please post the GDS too? At least the region and layer your screenshot shows. Please clip/crop it with a vendor tool that you know is working. If...
hmm, forcing my pip requirements.txt list to use 0.9.52 allows pip to proceed successfully. Is there any possibility some qhull files didn't get packaged and uploaded to pypi?
@heitzmann I reviewed the commit history between the (0.9.52) and (0.9.53) releases, and didn't see anything obviously regarding QHull or packaging, are there any commits you can point me to...
@Rishabhgoyal07 here's some code that given a topcell and a child that you want to get, but taking into account any offsets/rotations/repetitions the referencing did. NOTE I only implemented this...
@Rishabhgoyal07 please provide a minimal script testcase. We cannot use your image as a testcase, though it is thought provoking.