Skip to content

Commit 0b623f9

Browse files
authored
Update texampleTests.m
1 parent d8952b4 commit 0b623f9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/texampleTests.m

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
5757
function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(~)
5858
AnalyzeSentimentinTextUsingChatGPTinJSONMode;
5959
end
60-
61-
function testUsingDALLEToEditImages(~)
62-
UsingDALLEToEditImages;
63-
end
6460
end
6561

6662
end
@@ -69,4 +65,4 @@ function iCloseAll()
6965
% Close all opened figures
7066
allFig = findall(0, 'type', 'figure');
7167
close(allFig)
72-
end
68+
end

0 commit comments

Comments
 (0)