Skip to content

Commit 475cd8b

Browse files
Danuser CI UserDanuser CI User
authored andcommitted
Danuser Lab CI pipeline build # 144480
1 parent 8a8a3fa commit 475cd8b

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

software/getLCCBCopyright.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
% Set year and version information
3838
str_year = datestr(date,'YYYY');
3939
copyright = sprintf('Copyright %s Danuser Lab - UTSouthwestern', str_year);
40-
% -- TEST CI pipeline deploy to GITHUB -- CI pipeline build # 141215
40+
% -- TEST CI pipeline deploy to GITHUB -- CI pipeline build # 144480

software/movieSelectorGUI.fig

-1017 Bytes
Binary file not shown.

software/movieSelectorGUI.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ function movieSelectorGUI_OpeningFcn(hObject, eventdata, handles, varargin)
222222
'XcorrFluctuationPackage'
223223
'NewUTrack3DPackage'
224224
'FishATLASPackage'
225+
'GrangerCausalityAnalysisPackage'
225226
};
226227
validPackage = cellfun(@(x) exist(x,'class')==8,packageList);
227228
packageList = packageList(validPackage);

0 commit comments

Comments
 (0)