Skip to content
Snippets Groups Projects
Verified Commit 7ede5070 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

doc: remove unnecessary todo

parent 4771109a
No related branches found
No related tags found
No related merge requests found
Pipeline #8665 passed
......@@ -34,7 +34,6 @@ classdef Airfoil < handle
%
% <a href="https://gitlab.uliege.be/am-dept/matlab_airfoil_toolbox">Documentation (online)</a>
% TODO, make polar a handle class, remove useless methods from here
% -------------------------------------------
% (c) Copyright 2022 University of Liege
% Author: Thomas Lambert <t.lambert@uliege.be>
......
......@@ -58,7 +58,6 @@ classdef Polar < handle
%
% <a href="https://gitlab.uliege.be/am-dept/matlab_airfoil_toolbox">Documentation (online)</a>
% TODO: make this class handle class, verify everything, simplfiy methods
% -------------------------------------------
% (c) Copyright 2022 University of Liege
% Author: Thomas Lambert <t.lambert@uliege.be>
......
......@@ -169,11 +169,6 @@ end
%% Test if function returns expected outputs
function test_noInput(~)
% TODO: Find how to test if Matlab open uigetfiles prompt
end
function test_noNPoints(testCase)
% Check if NPOINTS are assigned to 100 when not specified
......
......@@ -255,11 +255,6 @@ end
%% Test if function returns expected outputs
function test_noInput(~)
% TODO: Find how to test if Matlab open uigetfiles prompt
end
function test_emptyInputsInPolar(testCase)
% If empty inputs, return empty vectors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment