Skip to content

Commit

Permalink
fix: del unused make_task_group_from_config func
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzyphysics committed Jun 1, 2024
1 parent 837e025 commit 17adfb6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions dpgen2/exploration/task/make_task_group_from_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,18 +499,6 @@ def config_strip_confidx(
return cc


def make_task_group_from_config(
numb_models,
mass_map,
config,
):
explore_type = config["explore"]["type"]
if explore_type == "lmp":
return make_lmp_task_group_from_config(numb_models, mass_map, config)
elif explore_type == "calypso":
return make_calypso_task_group_from_config(config)


def make_calypso_task_group_from_config(config):
config.pop("type", None)
config = caly_normalize(config)
Expand Down

0 comments on commit 17adfb6

Please sign in to comment.