summaryrefslogtreecommitdiff
path: root/tests/test_1variable.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_1variable.py')
-rw-r--r--tests/test_1variable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_1variable.py b/tests/test_1variable.py
index 12be3ff..b17d19e 100644
--- a/tests/test_1variable.py
+++ b/tests/test_1variable.py
@@ -26,7 +26,7 @@ def linear_chisq(params, x, data, errs=None):
if errs is not None:
residuals = residuals/errs
- return(residuals)
+ return residuals
def test_1var():