Skip to content

Commit

Permalink
Turn trace back of, do not include carrow in cli
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Mar 8, 2024
1 parent fe6e130 commit 4964ec1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apis/r/tests/testthat/test-SCEOutgest.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_that("Load SCE object from ExperimentQuery mechanics", {
if (Sys.getenv("GITHUB_ACTION") != "") set_log_level("trace")
#if (Sys.getenv("GITHUB_ACTION") != "") set_log_level("trace")
skip_if(!extended_tests() || covr_tests())
skip_if_not_installed('SingleCellExperiment', .MINIMUM_SCE_VERSION('c'))
uri <- withr::local_tempdir("sce-experiment-query-whole")
Expand Down Expand Up @@ -359,5 +359,5 @@ test_that("Load SCE object from indexed ExperimentQuery", {
)
expect_identical(SingleCellExperiment::colPairNames(obj), 'connectivities')
expect_identical(SingleCellExperiment::rowPairNames(obj), 'network')
if (Sys.getenv("GITHUB_ACTION") != "") set_log_level("warn")
#if (Sys.getenv("GITHUB_ACTION") != "") set_log_level("warn")
})
2 changes: 1 addition & 1 deletion libtiledbsoma/src/cli/cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "soma/enums.h"
#include "soma/soma_array.h"
#include "utils/arrow_adapter.h"
#include "utils/carrow.h"
//#include "utils/carrow.h"
#include "utils/logger.h"

using namespace tiledbsoma;
Expand Down

0 comments on commit 4964ec1

Please sign in to comment.