Error in Computing Sources for DBA Tutorial

I am having some trouble computing sources when following the DBA tutorial. I receive the following error:
Error using sparse
Index exceeds array bounds.

Error in panel_protocols (line 46)
eval(macro_method);

Error in tree_callbacks>@(h,ev)panel_protocols('TreeInverse',bstNodes,'2018') (line 2647)
gui_component('MenuItem', jPopup, [], 'Compute sources [2018]', IconLoader.ICON_RESULTS, [], @(h,ev)panel_protocols('TreeInverse', bstNodes, '2018'));

Any help with this would be appreciated!

Hi @sxd130, thank you for reporting the bug.
This is now fixed in commit 4dbbd57

Update your Brainstorm to get the fix

Ok thank you!