Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosgjs committed Jul 6, 2023
1 parent c68add8 commit 5a905e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/noisepy/seis/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def initialize(self, initializer: Callable[[], List], shared_vars: int) -> List:
logger.debug(f"RANK {rank}, vars = {vars}")
return vars

def get_indices(self, items: list) -> list[int]:
def get_indices(self, items: list) -> List[int]:
rank = self.comm.Get_rank()
size = self.comm.Get_size()
rank = self.comm.Get_rank()
Expand Down

0 comments on commit 5a905e6

Please sign in to comment.