Skip to content

Commit

Permalink
FIX: from merge, CI
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Mar 5, 2024
1 parent 396ff93 commit 257f9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choice_learn/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@ def _em_fit(self, dataset, verbose=0):
"""
hist_logits = []
hist_loss = []

# Initialization
for model in self.models:
# model.instantiate()
Expand Down

0 comments on commit 257f9b3

Please sign in to comment.