-
Notifications
You must be signed in to change notification settings - Fork 3
FIX: Filtersolutions distributed example #448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
@ramin4667 I see this error when I try to run the example:
Do you know what might cause this? I tried 25R2 and 26R1 and get the same error both ways. |
|
@myoung301, There is a bug in the DLL file for bandpass filters, which has been fixed in a recent branch and is pending merge into the release branch. I may need to change the filter class in this example to avoid the error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ramin4667 I see the deprecation warning below when I run the example. Can we make the suggested change to resolve this warning?
PyAEDT ERROR: Unable to set props.
PyAEDT INFO: Solution Data Correctly Loaded.
Time to initialize solution data:0.2152879238128662
Time to initialize solution data:0.3347475528717041
C:\AnsysDev\ws1\pyaedt\src\ansys\aedt\core\visualization\post\solution_data.py:535: UserWarning: Method `data_db20` is deprecated. Use :func:`get_expression_data` property instead.
warnings.warn("Method `data_db20` is deprecated. Use :func:`get_expression_data` property instead.")
PyAEDT INFO: Desktop has been released.
@myoung301 Updated to remove error and warning. |

Description
Issue linked
Checklist
Please complete the following checklist before submitting your pull request: