Skip to content

Commit

Permalink
update config function names
Browse files Browse the repository at this point in the history
  • Loading branch information
DLWoodruff committed Aug 25, 2024
1 parent d08f9b2 commit 42251c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testgeneric.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test_runall (Pyomo released)
name: test_generic (Pyomo released)

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion mpisppy/generic_cylinders.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def _parse_args(m):
cfg.wxbar_read_write_args()
cfg.tracking_args()
cfg.gradient_args()
cfg.grad_rho_args()
cfg.dynamic_gradient_args()

cfg.parse_command_line(f"mpi-sppy for {cfg.module_name}")
return cfg
Expand Down

0 comments on commit 42251c5

Please sign in to comment.