Skip to content

Commit

Permalink
still adressing @bthirion's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dohmatob committed Jul 15, 2015
1 parent 4221c7e commit 245ccd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nilearn/decoding/objective_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def squared_loss(X, y, w, compute_energy=True, compute_grad=False):
compute_energy : bool, optional (default True)
If set then energy is computed, otherwise only gradient is computed.
compute_grad : bool, optional (default True)
compute_grad : bool, optional (default False)
If set then gradient is computed, otherwise only energy is computed.
Returns
Expand Down

0 comments on commit 245ccd8

Please sign in to comment.