You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR in the PyAEDT examples has only one code change which fixes an error that was introduced due to refactoring in PyAEDT. It runs locally with no problems. The example build now fails which means an error was introduced in the main branch of the examples. There are no meaningful messages in the error log to help determine the source of the error.
The examples are failing in virtual_compliance.py line 68. The specific example can be identified by noting the last example that is read (in the log file) prior to an error message being thrown. The error message is unfortunately cryptic.
Before submitting the issue
Description of the bug
This PR in the PyAEDT examples has only one code change which fixes an error that was introduced due to refactoring in PyAEDT. It runs locally with no problems. The example build now fails which means an error was introduced in the main branch of the examples. There are no meaningful messages in the error log to help determine the source of the error.
Steps To Reproduce
See PR 316 in the PyAEDT examples.
Which Operating System are you using?
Windows
Which Python version are you using?
3.10
Installed packages
Full PyAEDT packages are installed. The error occurs on the examples runner.
The text was updated successfully, but these errors were encountered: