Marco Facchini
Marco Facchini
no, not even assigned. Low on the defined backlog priorities.
Note: check also the 'commented out' bottom of this file. https://github.com/Qiskit/qiskit-metal/blob/main/.github/workflows/main.yml this is to automate the build of the docs, but we never got it to work correctly. So the...
The correct way to fix this is to make the two widgets resizable with the window, rather then current fixed size. Indeed, the widgets already have embedded scroll-bar, so making...
Adding more history. Shapely 1.7.1 gives no warning. Shapely 1.8.0 starts the warning in anticipation to the future 2.0 Options: - can limit qiskit-metal to only use shapely
I am unfamiliar with this issue @dwang429 , was this assigned correctly?
Connecting issues Duplicates #527 , yet offers an easy way to test things on MAC OS
Additional observations. Running this: `design.renderers.hfss.open_ansys()` will connect to ansys, but running `epr.ProjectInfo().disconnect()` right after will not disconnect it (says there is no connection established). To get the disconnect to work...
Documenting status. I spent quite a bit of time playing with the COM. This issue does not appear to have an easy resolution at this time. Will continue looking. here...
> Yes, I think they approach you're taking with the minimal working case, and bypassing pyEPR directly is good. All we can look at is the open ansys function. In...
Progress. Now we have a working hypothesis. The code I posted above actually works (closes all COMs) if run all in the same jupyter cell, or as a program py....