Skip to content

Commit

Permalink
delete commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
GStechschulte committed Jan 23, 2024
1 parent 86faf9c commit 50368b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bambi/interpret/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ def get_model_covariates(model: Model) -> np.ndarray:
for component in term.components:
# if the component is a function call, use the argument names
if isinstance(component, Call):
# covariates.append([arg.name for arg in component.call.args])
covariates.append(
[arg.name for arg in component.call.args if isinstance(arg, LazyVariable)]
)
Expand Down

0 comments on commit 50368b8

Please sign in to comment.