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

Boltzmann constant typo in MDAnalysis.units #4213

Closed
xhgchen opened this issue Jul 28, 2023 · 0 comments · Fixed by #4214
Closed

Boltzmann constant typo in MDAnalysis.units #4213

xhgchen opened this issue Jul 28, 2023 · 0 comments · Fixed by #4214

Comments

@xhgchen
Copy link
Member

xhgchen commented Jul 28, 2023

Expected behavior

In units.py, the key "Boltzman_constant" should be spelt "Boltzmann_constant".

Actual behavior

The constant is obtained through constants["Boltzman_constant"].

Code to reproduce the behavior

from MDAnalysis.units import constants
print(constants["Boltzman_constant"])

Current version of MDAnalysis

  • Which version are you using? 2.6.0-dev0
  • Which version of Python (python -V)? 3.11.3
  • Which operating system? Fedora Linux 38 (Workstation Edition)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant