-
Notifications
You must be signed in to change notification settings - Fork 33
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
TL: first revision for the parallel SDC theory paper #481
Conversation
Huh? You pushed |
pySDC/core/sweeper.py
Outdated
|
||
def updateVariableCoeffs(self, k): | ||
""" | ||
Eventually update QDelta implicit coefficients if variable ... |
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.
Why Eventually
? That sounds like it will come in the future
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.
Nah, it's just that most preconditioners keep the same coefficient for different k
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.
Ah, I see! This is a false friend, I guess. https://www.oed.com/search/dictionary/?scope=Entries&q=eventually
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.
Potentially
?
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.
Well, this one was vicious ...
That looks like a problem with the diff on GH. I wouldn't worry about it. |
Now is the perfect time to automate linting. I updated mine to ruff this morning myself in less than 2 mins using our guide. |
No description provided.