Skip to content

Commit

Permalink
Modified the compute_evolve_dataloaders function to make this work fo…
Browse files Browse the repository at this point in the history
…r the cellpack dataset
  • Loading branch information
Fatwir Mohammed committed Nov 26, 2024
1 parent 304d39c commit 6ec5819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/br/analysis/analysis_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def _setup_evolve_params(run_names, data_config_list, keys):
"""Set up dataloader parameters specific to the evolution energy metric."""
eval_meshed_img = [False] * len(run_names)
eval_meshed_img_model_type = [None] * len(run_names)
compute_evolve_dataloaders = True
compute_evolve_dataloaders = dataset_name != "cellpack"
if "SDF" in "\t".join(run_names):
eval_meshed_img = [True] * len(run_names)
eval_meshed_img_model_type = []
Expand Down

0 comments on commit 6ec5819

Please sign in to comment.