From ed033ad2bc23385af220b64b04027f2bbb3ee60c Mon Sep 17 00:00:00 2001 From: Paul Dechamps <paul.dechamps@uliege.be> Date: Tue, 21 Jan 2025 14:53:25 +0100 Subject: [PATCH] (refactor) Removed unecessary headers in adjoint test --- blast/tests/dart/adjoint_2D.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/blast/tests/dart/adjoint_2D.py b/blast/tests/dart/adjoint_2D.py index b9e5dc2..0c54338 100644 --- a/blast/tests/dart/adjoint_2D.py +++ b/blast/tests/dart/adjoint_2D.py @@ -31,11 +31,6 @@ import fwk from fwk.testing import * from fwk.coloring import ccolors -import fwk -from fwk.testing import * -from fwk.coloring import ccolors -import numpy as np - def cfgInviscid(nthrds, verb): import os.path # Parameters -- GitLab