Skip to content

Commit

Permalink
Removed old code for testing custom parallelization schemes.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Aug 26, 2024
1 parent fd9a9bc commit c9a3549
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion tests/src/choose_classic_markers.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <gtest/gtest.h>
#include "custom_parallel.h"

#include "singlepp/choose_classic_markers.hpp"
#include "tatami/tatami.hpp"
Expand Down
1 change: 0 additions & 1 deletion tests/src/classify_integrated.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <gtest/gtest.h>
#include "custom_parallel.h"

#include "singlepp/classify_integrated.hpp"
#include "singlepp/classify_single.hpp"
Expand Down
1 change: 0 additions & 1 deletion tests/src/classify_single.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <gtest/gtest.h>
#include "custom_parallel.h"

#include "singlepp/classify_single.hpp"
#include "tatami/tatami.hpp"
Expand Down
32 changes: 0 additions & 32 deletions tests/src/custom_parallel.h

This file was deleted.

0 comments on commit c9a3549

Please sign in to comment.