Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetracarbonylnickel committed Oct 2, 2023
1 parent e789868 commit d868af4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apax/train/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@ def load_data_files(data_config, model_version_path):
return train_raw_ds, val_raw_ds


def initialize_dataset(
config, raw_ds, calc_stats: bool = True
): # have to be compatible with eval and only on ds
def initialize_dataset(config, raw_ds, calc_stats: bool = True):
# Note(Moritz): external labels are actually not read in anywhere
# Answer(Nico): external labels are read in the filde utils/data.py in
# the load_data() function.
Expand Down

0 comments on commit d868af4

Please sign in to comment.