Skip to content

Commit

Permalink
species list needs to be more than 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdark committed Oct 25, 2023
1 parent eab5181 commit 5eb7ebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_subdomains.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
def test_different_surface_ids():
"""Checks that different surface ids are correctly set"""
my_test_model = F.HydrogenTransportProblem()
my_test_model.species = [F.Species("H")]
L = 1e-04
my_test_model.mesh = F.Mesh1D(np.linspace(0, L, num=3))

Expand Down

0 comments on commit 5eb7ebf

Please sign in to comment.