From 2dd86f813dabca9ef80839b491fea5cd5cfe871e Mon Sep 17 00:00:00 2001 From: James Dark <65899899+jhdark@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:09:58 -0400 Subject: [PATCH] remove comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: RĂ©mi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com> --- test/test_dirichlet_bc.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_dirichlet_bc.py b/test/test_dirichlet_bc.py index a29dbcaad..f7f5b0e05 100644 --- a/test/test_dirichlet_bc.py +++ b/test/test_dirichlet_bc.py @@ -136,7 +136,6 @@ def test_callable_t_only(value): subdomain = F.SurfaceSubdomain1D(1, x=1) vol_subdomain = F.VolumeSubdomain1D(1, borders=[0, 1], material=dummy_mat) - # value = lambda t: 1.0 + t species = F.Species("test") bc = F.DirichletBC(subdomain, value, species)