Skip to content

Commit

Permalink
Merge pull request #1 from smoia/patch-1
Browse files Browse the repository at this point in the history
Changed default compute_zvalues of get_coeffs to False
  • Loading branch information
CesarCaballeroGaudes authored Nov 29, 2019
2 parents 8587b79 + 1617d2a commit 1def734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tedana/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def computefeats2(data, mmix, mask=None, normalize=True):
return data_Z


def get_coeffs(data, X, mask=None, add_const=False, compute_zvalues=True, min_df=1):
def get_coeffs(data, X, mask=None, add_const=False, compute_zvalues=False, min_df=1):
"""
Performs least-squares fit of `X` against `data`
Expand Down

0 comments on commit 1def734

Please sign in to comment.