diff --git a/+af_tools/@Airfoil/Airfoil.m b/+af_tools/@Airfoil/Airfoil.m index da0c282aa715faa2756a3ecb5bc5cc3b14e33da0..a03c17caa3b11124ec0ae0de4cff181d1519c09d 100644 --- a/+af_tools/@Airfoil/Airfoil.m +++ b/+af_tools/@Airfoil/Airfoil.m @@ -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> diff --git a/+af_tools/@Polar/Polar.m b/+af_tools/@Polar/Polar.m index 8d1e0c7276ee8cb09eb8d793d08262ce48ead31f..809acc7fd5dc13116614eaa4ccef98cea89be49c 100644 --- a/+af_tools/@Polar/Polar.m +++ b/+af_tools/@Polar/Polar.m @@ -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> diff --git a/tests/test_parsenacainputs.m b/tests/test_parsenacainputs.m index 8e5e9dce31da465365e74d624018ee9e6cfbc38e..eaf8211a1295613c86e06eaaf47705bd4977ab8d 100644 --- a/tests/test_parsenacainputs.m +++ b/tests/test_parsenacainputs.m @@ -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 diff --git a/tests/test_parsepolarinputs.m b/tests/test_parsepolarinputs.m index 2de57b4692d8d95c20baf76403d381c191b3e85c..215c15d27f9ea9c3473fbd2ac474537596094407 100644 --- a/tests/test_parsepolarinputs.m +++ b/tests/test_parsepolarinputs.m @@ -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