Skip to content

Commit

Permalink
Merge branch 'add_feko_read' of https://github.com/RadioAstronomySoft…
Browse files Browse the repository at this point in the history
…wareGroup/pyuvdata into add_feko_read
  • Loading branch information
nmahesh1412 committed Aug 15, 2023
2 parents 013fd2c + bdd4316 commit 706ed8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyuvdata/uvbeam/uvbeam.py
Original file line number Diff line number Diff line change
Expand Up @@ -4430,7 +4430,7 @@ def read_feko_beam(
"""
from . import feko_beam


if not isinstance(filename, (list, tuple)) and filename.endswith("yaml"):
settings_dict = self._read_feko_beam_yaml(filename)
if not isinstance(settings_dict["frequencies"], list):
Expand Down

0 comments on commit 706ed8e

Please sign in to comment.