Skip to content

Commit

Permalink
first bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dim-ask committed May 28, 2024
1 parent d7c1172 commit 5855da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

%%
guinirs = guinirsClass(datapath);
guinirs.startParallelPool(4)
guinirs.startParallelPool(4);
guinirs.init();
stepRun(guinirs);
channelsToPlot = [1 2 3 4];
guinirs.guibuild(channelsToPlot)
Expand Down

0 comments on commit 5855da6

Please sign in to comment.