Skip to content

Commit a6a7316

Browse files
committed
one final setEquation switch in tests
1 parent 958e382 commit a6a7316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_fitrecipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ def test_add_contribution(capturestdout):
311311
# Set up the FitContribution
312312
fitcontribution = FitContribution("cont")
313313
fitcontribution.set_profile(profile)
314-
fitcontribution.setEquation("A*sin(k*x + c)")
314+
fitcontribution.set_equation("A*sin(k*x + c)")
315315
fitcontribution.A.setValue(1)
316316
fitcontribution.k.setValue(1)
317317
fitcontribution.c.setValue(0)

0 commit comments

Comments
 (0)