Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/testthat/test_coef_predict.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
devtools::load_all(".")

context("coef and predict S3 methods")

# =============================================================================
Expand Down
2 changes: 0 additions & 2 deletions tests/testthat/test_generic_methods.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
devtools::load_all(".")

context("Generic methods infrastructure")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_ibss.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("Iterative Bayesian Stepwise Selection (IBSS)")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_individual_data_methods.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("S3 methods for individual data class")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_plotting.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("Plotting functions")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_refinement.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("Refinement unit tests")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_rss_lambda_methods.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("S3 methods for rss_lambda data class")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_rss_utils.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("RSS utility functions")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_single_effect_regression.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("Single Effect Regression")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_sparse_multiplication.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("sparse multiplication utilities")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_sufficient_stats_methods.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("S3 methods for sufficient statistics (ss) data class")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_summary_print.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("summary and print S3 methods")

# =============================================================================
Expand Down
4 changes: 0 additions & 4 deletions tests/testthat/test_susie.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("Main susie interface functions")

# =============================================================================
Expand Down Expand Up @@ -286,7 +283,6 @@ test_that("susie handles unmappable_effects = inf", {
})

test_that("susie handles unmappable_effects = ash", {
skip("Skipping due to mr.ash bug with missing value in if condition")
skip_if_not_installed("mr.ash.alpha.mccreight")

set.seed(22)
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_susie_auto.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("susie_auto unit tests")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_susie_constructors.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("SuSiE Data Constructors")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_susie_get_functions.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("susie_get_* functions")

# =============================================================================
Expand Down
5 changes: 1 addition & 4 deletions tests/testthat/test_susie_utils.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("Utility functions for susieR")

# =============================================================================
Expand Down Expand Up @@ -1120,7 +1117,7 @@ test_that("est_residual_variance estimates residual variance", {
expect_true(result > 0)

# Should be reasonable for random data
expect_true(result < 10) # Shouldn't be huge for standardized data
expect_true(result < 10)
})

test_that("update_model_variance updates variance components", {
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_susie_workhorse.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("SuSiE Workhorse - Main Orchestration")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_trendfilter.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("Trend filtering")

# =============================================================================
Expand Down
3 changes: 0 additions & 3 deletions tests/testthat/test_univariate_regression.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
devtools::load_all(".")


context("Univariate regression")

# =============================================================================
Expand Down