We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2fd3a8 commit 7d780a3Copy full SHA for 7d780a3
test/system_tests/test_multi_mat_penalty.py
@@ -236,7 +236,7 @@ def test_derived_quantities_multi_mat():
236
237
def test_penalty_multispecies():
238
my_model = F.HydrogenTransportProblemDiscontinuous()
239
- my_model.method_interface = F.penalty
+ my_model.method_interface = "penalty"
240
241
protium = F.Species("H")
242
deuterium = F.Species("D")
0 commit comments