Skip to content
Snippets Groups Projects
Commit 73ac0fa6 authored by Thomas Purcell's avatar Thomas Purcell
Browse files

Convex Hull Loss function test fails

Must be from copying into the sorted matrix since model node tests work
parent 9dbdf7ac
No related branches found
No related tags found
No related merge requests found
......@@ -128,6 +128,7 @@ namespace
prop_sorted_d_mat::initialize_sorted_d_matrix_arr(2, _task_sizes_train.size(), 4, std::vector<int>(4, 20));
std::copy_n(value_1.data(), _task_sizes_train[0], prop_sorted_d_mat::access_sorted_d_matrix(0));
std::copy_n(value_2.data(), _task_sizes_train[0], prop_sorted_d_mat::access_sorted_d_matrix(1));
std::cout << prop_sorted_d_mat::access_sorted_d_matrix(1)[0] <<'\t' << prop_sorted_d_mat::access_sorted_d_matrix(0)[0] << std::endl;
}
void TearDown() override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment