You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the structure of the configuration struct undergoes continual changes, it might be a good idea to add a validation script, that compares the given struct against the current output of SFS_config. It should check for additional and missing entries in the struct. One may use https://github.com/fietew/research/blob/master/tools/matlab/isfield_recursive.m
The text was updated successfully, but these errors were encountered:
As the structure of the configuration struct undergoes continual changes, it might be a good idea to add a validation script, that compares the given struct against the current output of
SFS_config
. It should check for additional and missing entries in the struct. One may use https://github.com/fietew/research/blob/master/tools/matlab/isfield_recursive.mThe text was updated successfully, but these errors were encountered: