Skip to content

Commit b8edaac

Browse files
authored
Merge pull request #110 from LieberInstitute/fix_results_anova
Fix: return results_anova to registration_wrapper()
2 parents 3b5964f + b558b46 commit b8edaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/registration_wrapper.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ registration_wrapper <-
134134

135135
## Bundle results together
136136
modeling_results <- list(
137-
"anova" = NULL,
137+
"anova" = results_anova,
138138
"enrichment" = results_enrichment,
139139
"pairwise" = results_pairwise
140140
)

0 commit comments

Comments
 (0)