Skip to content

Commit deb66a6

Browse files
authored
fix typo
1 parent 02f9b00 commit deb66a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mpisppy/spbase.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def _verify_nonants(self):
186186
for i, var in enumerate(node.nonant_vardata_list):
187187
if i in local_nonant_char_array[ndn]:
188188
if var.name != local_nonant_char_array[ndn][i]:
189-
raise RuntimeError(f"[rank {self.gobal_rank}] Tree node {ndn} has different non-anticipative "
189+
raise RuntimeError(f"[rank {self.global_rank}] Tree node {ndn} has different non-anticipative "
190190
f"variables in position {i}, scenario {s} has name "
191191
f"{var.name}, some other scenario has name "
192192
f"{local_nonant_char_array[ndn][i]}")

0 commit comments

Comments
 (0)