Skip to content
Snippets Groups Projects
Commit b8580f72 authored by Jakhes's avatar Jakhes
Browse files

Updating all_tests

parent 9debcb47
Branches
No related tags found
No related merge requests found
......@@ -38,15 +38,18 @@
%%:- use_module('src/methods/lars/lars_test.pl').
%%:- use_module('src/methods/linear_regression/linear_regression_test.pl').
:- use_module('src/methods/linear_regression/linear_regression_test.pl').
:- use_module('src/methods/linear_SVM/linear_SVM_test.pl').
:- use_module('src/methods/lmnn/lmnn_test.pl').
%%
%% lcc seems to have compatibility problems with kmeans and dbscan so comment lcc out when testing them
%%
%%:- use_module('src/methods/local_coordinate_coding/local_coordinate_coding_test.pl').
%%:- use_module('src/methods/logistic_regression/logistic_regression_test.pl').
:- use_module('src/methods/logistic_regression/logistic_regression_test.pl').
:- use_module('src/methods/lsh/lsh_test.pl').
......@@ -68,7 +71,9 @@
:- use_module('src/methods/softmax_regression/softmax_regression_test.pl').
%%
%% better to run the sparse_coding tests alone because the c++ Method writes out alot of Debug messages that make the tests hard to read.
%%
%%:- use_module('src/methods/sparse_coding/sparse_coding_test.pl').
:- use_module('src/helper_files/helper_tests.pl').
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment