Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
minghangli-uni committed Sep 10, 2024
1 parent f1995e9 commit d1e993f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions expts_manager/Expts_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,9 @@ def _update_metadata_yaml_perturb(self, expt_path, param_dict, restartpath):
keywords = self._extract_metadata_keywords(param_dict)

# extract parameters from the change list, and update `keywords`
metadata["keywords"] = (f"{self.base_dir_name}, {self.branch_perturb}, {keywords}")
metadata["keywords"] = (
f"{self.base_dir_name}, {self.branch_perturb}, {keywords}"
)

# remove None comments from `keywords`
self._remove_metadata_comments("keywords", metadata)
Expand Down Expand Up @@ -1012,7 +1014,7 @@ def _check_skipping(self, param_dict, nml_group, parameter_block, expt_path):
return

# might need MOM_parameter.all, because many parameters are in-default hence not shown up in `MOM_input`
if (self.tag_model == "mom6"):
if self.tag_model == "mom6":
# TODO
pass

Expand Down

0 comments on commit d1e993f

Please sign in to comment.