Skip to content

Commit

Permalink
remove unused comm in run_uvsim fn
Browse files Browse the repository at this point in the history
  • Loading branch information
mkolopanis committed Feb 29, 2024
1 parent 13be0db commit b98de9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyuvsim/uvsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,6 @@ def run_uvsim(

mpi.start_mpi(block_nonroot_stdout=block_nonroot_stdout)
rank = mpi.get_rank()
comm = mpi.get_comm()

input_uv = UVData()
beam_list = None
Expand Down

0 comments on commit b98de9e

Please sign in to comment.