Skip to content

Commit 45db974

Browse files
committed
test(fixedTestForSelect_Columns()): fixed test for select_columns() which was changed for a bug fix 2 commits ago
1 parent 2f4e1f3 commit 45db974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note: Once you have set up VIVA, you can quickly run the command line tool [EXAM
2323

2424
### Supported Operating Systems:
2525

26-
macOS ( Sierra, High Sierra, and Mojave ), Windows, and Linux
26+
macOS ( Sierra, High Sierra, and Mojave ), Windows, and Linux.
2727

2828
Expected Time for Installation: Installation time depends on your network bandwidth, but should take less than 10 minutes for VIVA installation to install all dependency packages. Installing and using Julia packages for the first time takes longer than when using them in subsequent sessions.
2929

test/new_vcf_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ dp_num_array,dp_chromosome_labels=combined_all_read_depth_array_functions(sub)
248248
dp_num_array=select_columns("test_files/select_samples_list.txt", dp_num_array, sample_names)
249249
#println("select_columns dp_num_array type is $(typeof(dp_num_array))")
250250
#println("select_columns dp_num_array size is $(size(dp_num_array,1))")
251-
@test typeof(dp_num_array) == Tuple{Array{Int64,2},Array{Any,1}}
251+
@test typeof(dp_num_array) == Tuple{Array{Int64,2},Array{Any,2}}
252252
@test size(dp_num_array,1) == 2
253253
end
254254

0 commit comments

Comments
 (0)