Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Change-Id: I49544625d071eda1d6db72e3d6712d9ff3800707
  • Loading branch information
Jaquier Aurélien Tristan committed Apr 8, 2024
1 parent 30a5e92 commit 266c5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyemodel/evaluation/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ def create_evaluator(
fitness_protocols=fitness_protocols,
fitness_calculator=fitness_calculator,
sim=simulator,
use_params_for_seed=pipeline_settings.use_params_for_seed, # True
use_params_for_seed=pipeline_settings.use_params_for_seed,
timeout=timeout,
)
cell_eval.prefix = cell_model.name
Expand Down

0 comments on commit 266c5c1

Please sign in to comment.