Skip to content

Commit

Permalink
Typo corrected in ScoreYJ
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoRianiUNIPR committed May 8, 2024
1 parent e08bd73 commit 2b7a8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolbox/regression/ScoreYJ.m
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
UserOptions=varargin(1:2:length(varargin));
% Check if number of supplied options is valid
if length(varargin) ~= 2*length(UserOptions)
error('FSDA:Score:WrongInputOpt','Number of supplied options is invalid. Probably values for some parameters are missing.');
error('FSDA:ScoreYJ:WrongInputOpt','Number of supplied options is invalid. Probably values for some parameters are missing.');
end
% Check if user options are valid options
aux.chkoptions(options,UserOptions)
Expand Down

0 comments on commit 2b7a8f4

Please sign in to comment.