Skip to content
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

fix: BOUNDARY_PRESCRIBED_MOTION_*_ID option and CONTROL_MPP_DECOMPOSITION_TRANSFORMATION (Issue #696) #701

Merged
merged 4 commits into from
Feb 7, 2025

Conversation

RaphaelHeiniger
Copy link
Collaborator

Note:
BOUNDARY_PRESCRIBED_MOTION_*_ID fix required an new additional-card. I could have reused the CONTACT_ID as the new one has the exact same behavior but for readability I named the new one ID_HEADING.

CONTROL_MPP_DECOMPOSITION_TRANSFORMATION the cards will end up in a single dataframe means during reading the comments between lines will get lost. However functionality is here. @koubaa please let me know if you know a better solution.

…. Handles optional card 2 which is activated by certain types. Ultimately a single dataframe is created. The keyword is written correctly as well. However due to the single dataframe comment lines inbetween get lost. (Issue #696)
@RaphaelHeiniger RaphaelHeiniger added bug Something isn't working enhancement New features or code improvements testing Anything related to testing labels Feb 7, 2025
@RaphaelHeiniger RaphaelHeiniger requested a review from a team as a code owner February 7, 2025 17:14
@RaphaelHeiniger RaphaelHeiniger linked an issue Feb 7, 2025 that may be closed by this pull request
2 tasks
@wiz-inc-572fc38784
Copy link

wiz-inc-572fc38784 bot commented Feb 7, 2025

Wiz Scan Summary

Scanner Findings
Vulnerability Finding Vulnerabilities
Data Finding Sensitive Data 1 Medium 2 Info
Secret Finding Secrets
IaC Misconfiguration IaC Misconfigurations
Total 1 Medium 2 Info

View scan details in Wiz

To detect these findings earlier in the dev lifecycle, try using Wiz Code VS Code Extension.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Feb 7, 2025
@koubaa
Copy link
Collaborator

koubaa commented Feb 7, 2025

@RaphaelHeiniger I think the limitation about losing comments inside dataframes is not unique to this keyword. We have this problem for any keywords that we handle using dataframes. If we try to retain comments between rows, the I/O gets much slower.

@RaphaelHeiniger RaphaelHeiniger merged commit 41fd5df into main Feb 7, 2025
30 checks passed
@RaphaelHeiniger RaphaelHeiniger deleted the fix-control-mpp-decomposition-transformation branch February 7, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New features or code improvements testing Anything related to testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to extract certain keywords using deck.get() in PyDyna
3 participants