Skip to content
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 Boltzmann typo in units.py #4214

Merged
merged 3 commits into from
Jul 28, 2023
Merged

Conversation

xhgchen
Copy link
Member

@xhgchen xhgchen commented Jul 28, 2023

Fixes #4213

Changes made in this Pull Request:

  • Update package/MDAnalysis/analysis/dielectric.py, package/MDAnalysis/units.py, and
    testsuite/MDAnalysisTests/utils/test_units.py
    to reflect correct spelling

📚 Documentation preview 📚: https://mdanalysis--4214.org.readthedocs.build/en/4214/

* Update `package/MDAnalysis/analysis/dielectric.py`,
`package/MDAnalysis/units.py`, and
`testsuite/MDAnalysisTests/utils/test_units.py`
to reflect correct spelling
@github-actions
Copy link

github-actions bot commented Jul 28, 2023

Linter Bot Results:

Hi @xhgchen! Thanks for making this PR. We linted your code and found the following:

Some issues were found with the formatting of your code.

Code Location Outcome
main package ⚠️ Possible failure
testsuite ⚠️ Possible failure

Please have a look at the darker-main-code and darker-test-code steps here for more details: https://github.com/MDAnalysis/mdanalysis/actions/runs/5696871743/job/15442694041


Please note: The black linter is purely informational, you can safely ignore these outcomes if there are no flake8 failures!

Copy link
Member

@RMeli RMeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @xhgchen, well spotted.

package/CHANGELOG Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d161858) 93.62% compared to head (999eba3) 93.62%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #4214   +/-   ##
========================================
  Coverage    93.62%   93.62%           
========================================
  Files          193      193           
  Lines        25295    25295           
  Branches      4063     4063           
========================================
  Hits         23683    23683           
  Misses        1096     1096           
  Partials       516      516           
Files Changed Coverage Δ
package/MDAnalysis/analysis/dielectric.py 100.00% <ø> (ø)
package/MDAnalysis/units.py 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tylerjereddy tylerjereddy merged commit 9da7d86 into MDAnalysis:develop Jul 28, 2023
19 of 23 checks passed
@tylerjereddy
Copy link
Member

ok, that's enough CI flushed for the typo fix, in it goes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Boltzmann constant typo in MDAnalysis.units
4 participants