From 7e547fd4a296f497615a7805d565b378cb1bd7cd Mon Sep 17 00:00:00 2001 From: "helma@in-silico.ch" Date: Wed, 14 Nov 2018 17:33:44 +0100 Subject: bad_request_error substituted with ArgumentError --- lib/lazar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/lazar.rb') diff --git a/lib/lazar.rb b/lib/lazar.rb index c3bbbf3..a077626 100644 --- a/lib/lazar.rb +++ b/lib/lazar.rb @@ -77,7 +77,7 @@ CLASSES = ["Feature","Substance","Dataset","CrossValidation","LeaveOneOutValidat [ # be aware of the require sequence as it affects class/method overwrites "overwrite.rb", "rest-client-wrapper.rb", - "error.rb", + #"error.rb", "opentox.rb", "feature.rb", "physchem.rb", -- cgit v1.2.3