summaryrefslogtreecommitdiff
path: root/lib/lazar.rb
diff options
context:
space:
mode:
authorhelma@in-silico.ch <helma@in-silico.ch>2018-11-14 17:33:44 +0100
committerhelma@in-silico.ch <helma@in-silico.ch>2018-11-14 17:33:44 +0100
commit7e547fd4a296f497615a7805d565b378cb1bd7cd (patch)
tree893895ef4db7f113cc7f25cddf0f3aa5a6e61afc /lib/lazar.rb
parentae78e8216909ebfa708b8da3c55248a68abc291c (diff)
bad_request_error substituted with ArgumentError
Diffstat (limited to 'lib/lazar.rb')
-rw-r--r--lib/lazar.rb2
1 files changed, 1 insertions, 1 deletions
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",