Skip to content

Commit

Permalink
small change error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
enarjord committed Sep 10, 2024
1 parent 2b8fb9b commit bd0c89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/optimize.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def configs_to_individuals(cfgs):
individual = config_to_individual(format_config(cfg, verbose=False))
inds[calc_hash(individual)] = individual
except Exception as e:
logging.error(f"error with config_to_individual {e}")
logging.error(f"error loading starting config: {e}")
return list(inds.values())


Expand Down

0 comments on commit bd0c89f

Please sign in to comment.