From 7ede5070f5b2dbb6b360ce286b8d7d9e508bbe7d Mon Sep 17 00:00:00 2001
From: Thomas Lambert <t.lambert@uliege.be>
Date: Fri, 9 Sep 2022 14:04:00 +0200
Subject: [PATCH] doc: remove unnecessary todo

---
 +af_tools/@Airfoil/Airfoil.m  | 1 -
 +af_tools/@Polar/Polar.m      | 1 -
 tests/test_parsenacainputs.m  | 5 -----
 tests/test_parsepolarinputs.m | 5 -----
 4 files changed, 12 deletions(-)

diff --git a/+af_tools/@Airfoil/Airfoil.m b/+af_tools/@Airfoil/Airfoil.m
index da0c282..a03c17c 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 8d1e0c7..809acc7 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 8e5e9dc..eaf8211 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 2de57b4..215c15d 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
 
-- 
GitLab