Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DLWoodruff authored Sep 27, 2023
1 parent 02f9b00 commit deb66a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpisppy/spbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def _verify_nonants(self):
for i, var in enumerate(node.nonant_vardata_list):
if i in local_nonant_char_array[ndn]:
if var.name != local_nonant_char_array[ndn][i]:
raise RuntimeError(f"[rank {self.gobal_rank}] Tree node {ndn} has different non-anticipative "
raise RuntimeError(f"[rank {self.global_rank}] Tree node {ndn} has different non-anticipative "
f"variables in position {i}, scenario {s} has name "
f"{var.name}, some other scenario has name "
f"{local_nonant_char_array[ndn][i]}")
Expand Down

0 comments on commit deb66a6

Please sign in to comment.