Skip to content

Commit

Permalink
Fixes coderEnums
Browse files Browse the repository at this point in the history
  • Loading branch information
DrPaulSharp committed Aug 7, 2024
1 parent 29400a3 commit 168327c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/RATMain.m
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
[problemStruct,result,bayesResults] = runDREAM(problemStruct,problemCells,problemLimits,controls,priors);
otherwise
throw(exceptions.invalidOption(sprintf('procedure must be a procedures enum or one of the following strings (%s)', ...
strjoin(procedures.values(), ', '))));
strjoin(coderEnums.procedures.values(), ', '))));
end

% Then just do a final calculation to fill in SLD if necessary
Expand Down

0 comments on commit 168327c

Please sign in to comment.