Skip to content

Commit 3d5b493

Browse files
committed
Removed more old TODO comments
1 parent 33921e8 commit 3d5b493

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

scripts/r-legacy-server-tests.R

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ single_query <- function(query_type, args){
2727
x
2828
}
2929
})
30-
get(query_type, envir = asNamespace('OmnipathR')) %>% exec(!!!args)
31-
32-
# TODO: after that also, JSON blobs decoding error in evidences column
33-
}
30+
get(query_type, envir = asNamespace('OmnipathR')) %>% exec(!!!args)}
3431

3532
ARGS <- list(
3633
omnipath_interactions = list(
@@ -168,14 +165,12 @@ ARGS <- list(
168165

169166

170167
main <- function() {
171-
172168
ARGS %>%
173169
map2(
174170
names(.),
175171
.,
176172
function(query_type, args) {
177173
args %>%
178-
# Fix this
179174
expand_grid(!!!.) %>%
180175
rowwise() %>%
181176
mutate(
@@ -185,7 +180,6 @@ main <- function() {
185180
)
186181
}
187182
)
188-
189183
}
190184

191185
main()

0 commit comments

Comments
 (0)