Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Apr 17, 2024
1 parent b5fd255 commit a494f5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions surfvis/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _surfchisq(resid, weight, flag, ant1, ant2,


def flagchisq(resid, weight, flag, ant1, ant2,
use_corrs=(), flag_above=5, unflag_below=1,
use_corrs=(), flag_above=5,
respect_ants=()):

# import pdb; pdb.set_trace()
Expand All @@ -109,7 +109,6 @@ def flagchisq(resid, weight, flag, ant1, ant2,
ant2, 'r',
use_corrs, None,
flag_above, None,
unflag_below, None,
respect_ants, None,
dtype=bool)
return res
Expand Down

0 comments on commit a494f5d

Please sign in to comment.