Skip to content

Commit

Permalink
Update src/nemos/identifiability_constraints.py
Browse files Browse the repository at this point in the history
Co-authored-by: William F. Broderick <[email protected]>
  • Loading branch information
BalzaniEdoardo and billbrod authored Nov 5, 2024
1 parent ac341f7 commit 20bf0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nemos/identifiability_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _add_invalid_entries(feature_matrix, shape_first_axis, is_valid):
def _apply_identifiability_constraints(
feature_matrix: JaxArray,
preprocessing_func: Callable = add_constant,
warn_if_float32=True,
warn_if_float32: bool = True,
) -> Tuple[JaxArray, JaxArray]:
"""
Apply identifiability constraints to a design matrix `feature_matrix`.
Expand Down

0 comments on commit 20bf0e7

Please sign in to comment.