Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiakarb authored Feb 25, 2019
1 parent aaa4b7f commit 6fa5e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unit_tests/test_LinearRegression.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def test_LinearRegression_FULL_ADNI_NOFILTERS():
},
{
"name": "dataset",
"value": "adni,epfl_adni,chuv_adni,"
"value": "adni,epfl_adni,chuv_adni"
},
{
"name": "filter",
Expand Down Expand Up @@ -123,4 +123,4 @@ def check_variable(variable_data,corr_variable,corr_estimate,corr_st_error,corr_
assert math.isclose(p_value,corr_p_value,rel_tol=1e-02,abs_tol=0)




0 comments on commit 6fa5e83

Please sign in to comment.