From 4067d78c78c1f503b5f21d043ece8042260a3d78 Mon Sep 17 00:00:00 2001 From: ch Date: Tue, 18 Aug 2015 16:37:09 +0200 Subject: initial installation fixes, installs on Debian 3.16.7 --- test/compound.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/compound.rb') diff --git a/test/compound.rb b/test/compound.rb index b45e3d0..40b9f9e 100644 --- a/test/compound.rb +++ b/test/compound.rb @@ -83,7 +83,7 @@ class CompoundTest < MiniTest::Test end def test_neighbors - d = Dataset.from_csv_file "data/EPAFHM.csv" + d = Dataset.from_csv_file File.join(DATA_DIR,"EPAFHM.csv") d.compounds.each do |c| refute_nil c.fp4 end -- cgit v1.2.3