Skip to content

Commit 4a70f99

Browse files
committed
fixes to save summary table
1 parent fc458ba commit 4a70f99

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

+nla/+net/+result/NetworkTestResult.m

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,9 @@ function runDiagnosticPlots(obj, edge_test_options, updated_test_options, edge_t
183183

184184
%% This is taken directly from old version to maintain functionality. Not sure anyone uses it.
185185
function table_new = generateSummaryTable(obj, table_old)
186-
table_new = [table_old, table(obj.full_connectome.p_value.v, 'VariableNames', [obj.test_name + "P-value"])];
186+
table_new = [table_old, table(...
187+
obj.full_connectome.uncorrected_two_sample_p_value.v, 'VariableNames', [obj.test_display_name + "Full Connectome Two Sample p-value"]...
188+
)];
187189
end
188190

189191
%%

NLAResult.mlapp

31 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)