-
Notifications
You must be signed in to change notification settings - Fork 167
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 propagation of start time in IntersectivePWM #4090
base: master
Are you sure you want to change the base?
Fix propagation of start time in IntersectivePWM #4090
Conversation
I think it also makes sense to update the documentation to more clearly explain what the difference between the different phase shift strategies is. |
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.
fine with me, thanks!
Don't know why continuous-integration/ jenkins... fails? |
As far as I can tell we have a green light, at least as of now. |
@henrikt-ma @AHaumer i think it requires approval from second reviewer for merging.I am not able to add @christiankral for some reason as a reviewer,he is the only other library officer other than @AHaumer who had already given his approval. Can you suggest someone who can review and approve this PR? |
I'm sorry, I'm not the right person to recommend reviewers in this project. |
The main purpose of this PR is not the documentation (which I provided so far), but the fix of the propagation of the start time as described in #4089. The actual implementation
The following graph shows how I think that the original implementation was intended. Two issues have to be resolved before moving forward with this PR:
After clarifying these issues, we can go ahead with providing a code fix for this BUG (units are wrong and times are not determined correctly! So this fix then shall rather go into maintenance ... |
@AHaumer would you please comment on the suggestions made by @christiankral |
We are missing a review, and the checks seem to be stuck |
@AHaumer the missing reviewer should obviously be @christiankral, which has expressed some doubts about this PR, e.g. here. Please provide him some feedback at your earliest convenience. @GallLeo please change the admin rights so I can give @christiankral write access to the repo and make him a reviewer. |
As far as I see the PR was created by @christiankral and he can't review his own PR. |
This is not real a blocker, and it seems that it is not used a lot. |
Refs #4089