Skip to content

Commit 3968799

Browse files
EricEric
authored andcommitted
downgrade beta warning
1 parent ae7f153 commit 3968799

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

FclustGND.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177

178178
function [GND, results, prm_pval, F_obs, clust_info] = FclustGND(GND_or_fname, varargin)
179179

180-
warning('You are using a beta version of this function. It needs further testing and should NOT be considered error free.');
180+
warning('You are using a beta version of FclustGND. Some bugs may remain and results should be interpreted with caution.');
181181

182182
%% ~~~~~PARSE INPUT~~~~~
183183

FclustGRP.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162

163163
function [GRP, results, prm_pval, F_obs, clust_info] = FclustGRP(GRP_or_fname, varargin)
164164

165-
warning('You are using a beta version of this function. It needs further testing and should NOT be considered error free.');
165+
warning('You are using a beta version of FclustGRP. Some bugs may remain and results should be interpreted with caution.');
166166

167167
%% ~~~~~PARSE INPUT~~~~~
168168

FfdrGND.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149

150150
function [GND, results, adj_pval, F_obs, F_crit] = FfdrGND(GND_or_fname, varargin)
151151

152-
warning('You are using a beta version of FfdrGND. It needs further testing and should NOT be considered error free.');
152+
warning('You are using a beta version of FfdrGND. Some bugs may remain and results should be interpreted with caution.');
153153

154154
%% ~~~~~PARSE INPUT~~~~~
155155

FfdrGRP.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149

150150
function [GRP, results, adj_pval, F_obs, F_crit] = FfdrGRP(GRP_or_fname, varargin)
151151

152-
warning('You are using a beta version of FfdrGRP. It needs further testing and should NOT be considered error free.');
152+
warning('You are using a beta version of FfdrGRP. Some bugs may remain and results should be interpreted with caution.');
153153

154154
%% ~~~~~PARSE INPUT~~~~~
155155

FmaxGND.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
function [GND, results, prm_pval, F_obs, F_crit] = FmaxGND(GND_or_fname, varargin)
154154

155-
warning('You are using a beta version of this function. It needs further testing and should NOT be considered error free.');
155+
warning('You are using a beta version of FmaxGND. Some bugs may remain and results should be interpreted with caution.');
156156

157157
%% ~~~~~PARSE INPUT~~~~~
158158

FmaxGRP.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144

145145
function [GRP, results, prm_pval, F_obs, F_crit] = FmaxGRP(GRP_or_fname, varargin)
146146

147-
warning('You are using a beta version of this function. It needs further testing and should NOT be considered error free.');
147+
warning('You are using a beta version of FmaxGRP. Some bugs may remain and results should be interpreted with caution.');
148148

149149
%% ~~~~~PARSE INPUT~~~~~
150150

0 commit comments

Comments
 (0)