Skip to content

Commit cdc0372

Browse files
committed
fix inconsistent test
1 parent e72f221 commit cdc0372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/testthat/test-active_snw_functions.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
## Project: pathfindR
33
## Script purpose: Testthat testing script for
44
## active subnetwork search functions
5-
## Date: May 25, 2020
5+
## Date: June 4, 2020
66
## Author: Ege Ulgen
77
##################################################
88

99
# active_snw_search -------------------------------------------------------
10-
input_df1 <- suppressMessages(input_processing(RA_input[1:10, ],
10+
input_df1 <- suppressMessages(input_processing(RA_input[1:100, ],
1111
p_val_threshold = 0.05,
1212
pin_name_path = "Biogrid"))
1313
input_df2 <- suppressMessages(input_processing(RA_input[1:3, ],

0 commit comments

Comments
 (0)