Skip to content

Commit

Permalink
fix error with pyuvdata PR
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton authored and jpober committed Feb 2, 2023
1 parent 1a39d60 commit 7d20436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyradiosky/skymodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@


class TelescopeLocationParameter(UVParameter):
def __eq__(self, other):
def __eq__(self, other, silent=False):
return self.value == other.value


Expand Down

0 comments on commit 7d20436

Please sign in to comment.