SVM decoding rng error

Hi all,
My brainstorm just updated. Now, when I run the SVM decoder I get an error message that did not happen before (Checked with data I used before).
The error has to do with the random number generator called in process_decoding_svm.

SVM settings
Lowpass 30 Hz, n permutations 100, n folds 5, pairwise.

Running on matlab 2019b.

Best wishes,
Emma

@pantazis?

Hi all,
I have downloaded the most recent update of Brainstorm, but the same error still persists.
Could anyone please let me know whether their SVM decoder gives the same issue, so I can check whether it is my personal computer or the code?
Best wishes,
Emma

Have you tried following the instructions in the error message?

Hi Francois,
I have not, as I have only been using the GUI of Brainstorm and this is a built-in function.
Would you recommend opening the process_decoding_svm code and manually changing it?
Best wishes,
Emma

Would you recommend opening the process_decoding_svm code and manually changing it?

No, just trying to initialize the random number generator from the Matlab command window (as suggested in the error message) before calling the process with the Brainstorm GUI.

@pantazis Would you have any other suggestion?

This solves the error, thank you.