Skip to content

Commit

Permalink
Update texampleTests.m
Browse files Browse the repository at this point in the history
  • Loading branch information
vpapanasta authored Jun 5, 2024
1 parent d8952b4 commit 0b623f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/texampleTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ function testRetrievalAugmentedGenerationUsingChatGPTandMATLAB(~)
function testAnalyzeSentimentinTextUsingChatGPTinJSONMode(~)
AnalyzeSentimentinTextUsingChatGPTinJSONMode;
end

function testUsingDALLEToEditImages(~)
UsingDALLEToEditImages;
end
end

end
Expand All @@ -69,4 +65,4 @@ function iCloseAll()
% Close all opened figures
allFig = findall(0, 'type', 'figure');
close(allFig)
end
end

0 comments on commit 0b623f9

Please sign in to comment.