Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: Rémi Delaporte-Mathurin <40028739+RemDelaporteMathurin@users.noreply.github.com>
  • Loading branch information
jhdark and RemDelaporteMathurin authored Oct 25, 2023
1 parent 59be9e7 commit 2dd86f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/test_dirichlet_bc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2dd86f8

Please sign in to comment.