neural: Always use position data

This commit is contained in:
Elias Projahn 2021-11-14 19:27:11 +01:00
parent 4b1ab9fc9a
commit 1af138bf6f
2 changed files with 14 additions and 27 deletions

View file

@ -41,10 +41,7 @@ analyze <- function(preset, progress = NULL) {
correlation(..., use_positions = TRUE)
},
"proximity" = proximity,
"neural" = neural,
"neural_positions" = function(...) {
neural(..., use_positions = TRUE)
}
"neural" = neural
)
results <- cached("analysis", preset, {