Skip to content

Commit

Permalink
trimming and updating
Browse files Browse the repository at this point in the history
  • Loading branch information
stevevanhooser committed May 11, 2024
1 parent b5a1262 commit b3dda31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion +deepinterp/setup.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function setup()
% Adds DeepInterpolation Toolobx folders to the MATLAB path.
%

tbd = deepinterp.toolboxdir();
tbd = deepinterp.toolboxpath();

addpath(tbd);
addpath(fullfile(tbd, "network_layers"))
Expand Down
6 changes: 3 additions & 3 deletions +deepinterp/toolboxdir.m → +deepinterp/toolboxpath.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function toolboxFolderPath = toolboxdir()
% TOOLBOXDIR - return the toolbox path for DeepInterpolation Toolbox
function toolboxFolderPath = toolboxpath()
% TOOLBOXPATH - return the toolbox path for DeepInterpolation Toolbox
%
% TOOLBOXFOLDERPATH = TOOLBOXDIR()
% TOOLBOXFOLDERPATH = TOOLBOXPATH()
%
% Return the toolbox path. (Imitated from Brain Observatory Toolbox.)
%
Expand Down

0 comments on commit b3dda31

Please sign in to comment.