RadioAstronomySoftwareGroup / pyuvsim

A ultra-high precision package for simulating radio interferometers in python on compute clusters.
https://pyuvsim.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
43 stars 7 forks source link

Barrier after return #348

Closed mkolopanis closed 2 years ago

mkolopanis commented 3 years ago

I'm not really sure what it is that this does, but we have a barrier after a (possible) return statement which doesn't make a lot of sense to me.

https://github.com/RadioAstronomySoftwareGroup/pyuvsim/blob/b94f5cb26609d10e99a9991ecb84f3bb6a5e033b/pyuvsim/uvsim.py#L618-L621

aelanman commented 3 years ago

Oooh... that's bad. That should not be there.

bhazelton commented 2 years ago

On the telecon 11/8 we agreed it should just be deleted.