Skip to content

Commit

Permalink
fix coding norm errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
andytangborn committed Sep 25, 2023
1 parent caff4c5 commit 129d413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/aero_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def get_berror_dict(self, config: Dict[str, Any]) -> Dict[str, List[str]]:
radius = 'cor_aero_universe_radius'
berror_list.append([
os.path.join(b_dir, radius), os.path.join(config.DATA, 'berror', radius)
])
])
nproc = config.ntiles * config.layout_x * config.layout_y
for nn in range(1, nproc + 1):
berror_list.append([
Expand Down

0 comments on commit 129d413

Please sign in to comment.