summaryrefslogtreecommitdiff
path: root/test/compound.rb
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-04-03 15:14:45 +0000
committergebele <gebele@in-silico.ch>2018-04-03 15:14:45 +0000
commit966f43e6e1e2956aadad3ebf73709201a14d7260 (patch)
tree9c236caf0cfe44b7171c878e2ac51740d83fc9de /test/compound.rb
parentb2b9cc5d14d10a62025486c5b3abbbeb06bf0ec6 (diff)
parent3bb7797f22925eb04c057aab64e62b6c5af67edb (diff)
merge developmentv1.1.1
Diffstat (limited to 'test/compound.rb')
-rw-r--r--test/compound.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/compound.rb b/test/compound.rb
index c4e6161..ff8f99b 100644
--- a/test/compound.rb
+++ b/test/compound.rb
@@ -110,7 +110,7 @@ print c.sdf
def test_molecular_weight
c = OpenTox::Compound.from_smiles "CC(=O)CC(C)C"
- assert_equal 100.15888, c.molecular_weight
+ assert_equal 100.15888, c.molecular_weight.round(5)
end
def test_physchem