Skip to content

Commit 7d780a3

Browse files
committed
REset to string
1 parent e2fd3a8 commit 7d780a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/system_tests/test_multi_mat_penalty.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test_derived_quantities_multi_mat():
236236

237237
def test_penalty_multispecies():
238238
my_model = F.HydrogenTransportProblemDiscontinuous()
239-
my_model.method_interface = F.penalty
239+
my_model.method_interface = "penalty"
240240

241241
protium = F.Species("H")
242242
deuterium = F.Species("D")

0 commit comments

Comments
 (0)