-
Notifications
You must be signed in to change notification settings - Fork 188
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
core: virtual_sites: Removed default argument from virtual function and non-functional virtual COM feature #3250
Conversation
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.
Please update the name of this PR to reflect the removal of virtual COM feature and also remove VIRTUAL_SITES_COM
from doc/sphinx/particles.rst
and doc/sphinx/installation.rst
.
Codecov Report
@@ Coverage Diff @@
## python #3250 +/- ##
======================================
- Coverage 85% 85% -1%
======================================
Files 528 528
Lines 25790 25790
======================================
- Hits 22148 22145 -3
- Misses 3642 3645 +3
Continue to review full report at Codecov.
|
I did not remove any feature. |
bors r+ |
3244: Update docs 4.1 r=fweik a=jngrad Provide links to Dockerfiles, fix links in 4.1 release notes, fix typos. 3250: core: virtual_sites: Removed default argument from virtual function and non-functional virtual COM feature r=jngrad a=fweik Description of changes: - Removed dead code (`VIRTUAL_SITES_COM`, `THERMOSTAT_IGNORE_NON_VIRTUAL`) - Removed default argument on virtual function Co-authored-by: Jean-Noël Grad <[email protected]> Co-authored-by: Florian Weik <[email protected]>
Build succeeded |
Description of changes:
VIRTUAL_SITES_COM
,THERMOSTAT_IGNORE_NON_VIRTUAL
)