From 10cc534b97892f6ad2395a54046d73f0a78f7ee7 Mon Sep 17 00:00:00 2001 From: Jakhes <dean.schmitz@schmitzbauer.de> Date: Thu, 20 Oct 2022 20:16:28 +0200 Subject: [PATCH] Adding notes --- src/helper_files/helper_tests.pl | 1 + test_all.pl | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/helper_files/helper_tests.pl b/src/helper_files/helper_tests.pl index a870e5d..183f5b3 100644 --- a/src/helper_files/helper_tests.pl +++ b/src/helper_files/helper_tests.pl @@ -8,6 +8,7 @@ :- use_module('helper.pl'). +%% TODO: fully tests the helper functions and predicates :- begin_tests(b). test(matrix) :- diff --git a/test_all.pl b/test_all.pl index 57c8267..570fd71 100644 --- a/test_all.pl +++ b/test_all.pl @@ -4,6 +4,8 @@ %% Just compile this file and call run_tests. to run every tests +%% The commented Methods either arent finished or still have some unfixed problems + :- use_module('src/methods/adaboost/adaboost_test.pl'). @@ -63,7 +65,7 @@ %%:- use_module('src/methods/softmax_regression/softmax_regression_test.pl'). -%% better to run the parse_coding tests alone because the c++ Method writes out alot of Debug messages that make the tests hard to read. +%% 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'). -- GitLab