Skip to content

Commit abb8718

Browse files
Fix test
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1a05642 commit abb8718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_callback/test_adaptive_refinement_callback.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_r3constructor():
2323
R3Refinement(sample_every=10)
2424

2525

26-
def test_r3refinment_routine():
26+
def test_r3refinement_routine():
2727
model = FeedForward(
2828
len(poisson_problem.input_variables),
2929
len(poisson_problem.output_variables),

0 commit comments

Comments
 (0)