zeffiro_interface icon indicating copy to clipboard operation
zeffiro_interface copied to clipboard

Recursive search does not work

Open mshavliuk opened this issue 2 years ago • 2 comments

Description

Steps to reproduce

  1. Open ES workbench
  2. Click "Find currents"

The following error occur:

Unrecognized function or variable 'zef_ES_find_currents_recursive'.
 
Error using matlab.ui.control.internal.controller.ComponentController/executeUserCallback (line 427)
Error while evaluating Button PrivateButtonPushedFcn.

Expected behavior

The form does not set an invalid combination of solver/method.

Screenshots

Context

Name Value
Version 6cb2537c zef_import_parcellation_colortable: load fields from color table file order-agnostically
OS MacOS
Shell N/A

mshavliuk avatar May 08 '23 06:05 mshavliuk

@GitFernandoGalaz This bug is critical since it prevents users from using the ES workbench with its default and most optimal configurations. Could we either fix it or hide the recursive search option from the view at least in the master branch, if it's not ready yet?

mshavliuk avatar May 16 '23 10:05 mshavliuk

Hi there @mshavliuk. That was my mistake. I forgot to add that particular .m-file to the main-development_branch. It should be there now.

GitFernandoGalaz avatar May 17 '23 11:05 GitFernandoGalaz