summaryrefslogtreecommitdiff
path: root/test/compound.rb
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2018-05-04 09:45:05 +0000
committergebele <gebele@in-silico.ch>2018-05-04 09:45:05 +0000
commitc57ae4ce01e0f0a135db7c22d4d4284c217df57f (patch)
treebf947d790eb4158dcb8745c49e4e137015c92f2e /test/compound.rb
parentfe0c95d26da042f99441a114b34fc0ecd3a40601 (diff)
parente1c8e082e19917c208b53edcb5a8b9b657d2ace0 (diff)
removed registerDoMC
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