summaryrefslogtreecommitdiff
path: root/tests/testthat/test-product.R
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2021-03-19 16:59:39 +0100
committerVivien Kraus <vivien@planete-kraus.eu>2021-03-22 20:22:35 +0100
commitb885294b77a5bc22d5681b0cd0f219acd08a662e (patch)
treef63d17345a90e8553313bbc4c0d3b8923c09eaa9 /tests/testthat/test-product.R
Initial commit
Diffstat (limited to 'tests/testthat/test-product.R')
-rw-r--r--tests/testthat/test-product.R3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testthat/test-product.R b/tests/testthat/test-product.R
new file mode 100644
index 0000000..4f01e4e
--- /dev/null
+++ b/tests/testthat/test-product.R
@@ -0,0 +1,3 @@
+test_that ("The Laplacian matrix product is correct", {
+ check_matrix_product ()
+})