Skip to content

Commit

Permalink
Renamed to in line with
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-diedrich committed Mar 27, 2024
1 parent f7ef6e5 commit 2c8aa3e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sccoral/module/_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ def __init__(
n_levels = 1

name = f"encoder_{cat_name}"
model = LinearEncoder(n_levels, 1, distribution=latent_distribution, mean_bias=True, var_bias=True)
model = LinearEncoder(
n_levels, 1, latent_distribution=latent_distribution, mean_bias=True, var_bias=True
)

# Register encoder in class
setattr(self, name, model)
Expand Down

0 comments on commit 2c8aa3e

Please sign in to comment.