We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 259e5ed commit 7e4c606Copy full SHA for 7e4c606
tests/atoms/test_atoms.py
@@ -31,7 +31,7 @@ def test_atom_1h() -> None:
31
32
def test_atom_mass_and_weight_are_masses() -> None:
33
# Check that the unit ('Da') is correctly parsed.
34
- atom = scn.atoms.atom.for_isotope('3He')
+ atom = scn.atoms.Atom.for_isotope('3He')
35
atom.atomic_weight.to(unit='kg')
36
atom.atomic_mass.to(unit='kg')
37
assert True
0 commit comments