Skip to content

Commit

Permalink
fix pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
derpyplops committed Jul 12, 2023
1 parent 9988cc5 commit f7b96b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elk/training/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def create_models_dir(self, out_dir: Path):
return reporter_dir, lr_dir

def make_eval(self, model, eval_dataset):
assert self.out_dir is not None
return Eval(
data=replace(
self.data,
Expand Down

0 comments on commit f7b96b0

Please sign in to comment.