Skip to content

Commit

Permalink
Merge pull request #6 from madgik/sofiakarb-patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ThanKarab authored Feb 25, 2019
2 parents aaa4b7f + 6fa5e83 commit c31f690
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 c31f690

Please sign in to comment.