Exemplo n.º 1
0
 def test_guess_atom_mass():
     assert_(guessers.guess_atom_mass('1H') == 1.008)
Exemplo n.º 2
0
 def test_guess_atom_mass(self):
     assert guessers.guess_atom_mass('1H') == 1.008
Exemplo n.º 3
0
 def test_guess_atom_mass(self):
     assert guessers.guess_atom_mass('1H') == 1.008