-
Notifications
You must be signed in to change notification settings - Fork 189
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
LB thermostat test #2362
LB thermostat test #2362
Conversation
testsuite/python/tests_common.py
Outdated
|
||
|
||
def single_component_maxwell(x1, x2, kT): | ||
"""Integrate the probability density from x1 to x2 using the trapez rule""" |
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.
I think its 'trapezoidal rule' in English.
Codecov Report
@@ Coverage Diff @@
## python #2362 +/- ##
======================================
Coverage 71% 71%
======================================
Files 381 381
Lines 18905 18905
======================================
Hits 13587 13587
Misses 5318 5318 Continue to review full report at Codecov.
|
LB thermostat test
Fixes #2358
Description of changes:
PR Checklist