Skip to content

Commit

Permalink
fix: docs for get_reds_in_bl_set
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-murray authored and jsdillon committed Feb 21, 2024
1 parent ea300f9 commit 8f0f93b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera_cal/red_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ def get_reds_in_bl_set(
Examples
--------
>>> rg = RedundantGroups.from_antpos([[(0, 1), (1, 2)], [(0, 2)]])
>>> rg = RedundantGroups([[(0, 1), (1, 2)], [(0, 2)]])
>>> rg.get_reds_in_bl_set((0, 1), {(0, 1), (1, 2)})
{(0, 1), (1, 2)}
>>> rg.get_reds_in_bl_set((0, 1), {(0, 1)})
Expand Down

0 comments on commit 8f0f93b

Please sign in to comment.