From 56a5abcc911956268786eba8ee111a9af93e4691 Mon Sep 17 00:00:00 2001 From: Jim Pollaro Date: Fri, 15 Aug 2025 09:34:08 -0500 Subject: [PATCH] remove hyphen from calling file --- +nla/+net/+result/NetworkResultPlotParameter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/+nla/+net/+result/NetworkResultPlotParameter.m b/+nla/+net/+result/NetworkResultPlotParameter.m index 16be532f..a72e8ad4 100644 --- a/+nla/+net/+result/NetworkResultPlotParameter.m +++ b/+nla/+net/+result/NetworkResultPlotParameter.m @@ -51,7 +51,7 @@ % Get the scale max and the labels if isstring(fdr_correction) || ischar(fdr_correction) - fdr_correction = nla.net.mcc.(fdr_correction)(); + fdr_correction = nla.net.mcc.(erase(fdr_correction, "-"))(); end p_value_max = fdr_correction.correct(obj.network_atlas, obj.updated_test_options, statistic_input); p_value_breakdown_label = fdr_correction.createLabel(obj.network_atlas, obj.updated_test_options,...