-
Notifications
You must be signed in to change notification settings - Fork 21
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
Propose sim amplitude/offset fix #1200
Conversation
Cancelled workflow. The tests that fail are the following:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1200 +/- ##
========================================
Coverage 87.37% 87.37%
========================================
Files 132 132
Lines 13637 13639 +2
========================================
+ Hits 11915 11917 +2
Misses 1722 1722 ☔ View full report in Codecov by Sentry. |
@garrettwrong I don't think I can officially tag you to review this since you are an author, but this is ready if you want to take a look at the changes I added. |
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.
As co-author, can't approve
but looks good, thanks!
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.
LGTM!
There is more to do/check here, but I think this resolves the behavior reported in #1196 and preserves the ability to set these properties upstream.
@j-c-c , can you continue working this issue (validating and creating some tests). Also we should check for other properties that might have been missed by the same oversight in the past. (I'm thinking rotations? 😬 )
Thanks