Skip to content

Commit

Permalink
updated exception type in uvbeam
Browse files Browse the repository at this point in the history
  • Loading branch information
nkern committed May 12, 2018
1 parent 92a03fc commit aac0064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuvdata/uvbeam.py
Expand Up @@ -1088,7 +1088,7 @@ def _get_beam(self, pol):
else:
raise ValueError('Do not have the right polarization information')
else:
raise NotImplementedError("Polarization {} not yet implemented...".format(polstr))
raise ValueError('Do not have the right polarization information')
else:
raise NotImplementedError("Polarization {} not yet implemented...".format(polstr))
return beam
Expand Down

0 comments on commit aac0064

Please sign in to comment.