Skip to content

Commit

Permalink
corrected_indentationError
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishaanj18 committed Sep 22, 2023
1 parent 638f1a7 commit 59a75e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbitinfo/xbitinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ def get_keepbits(info_per_bit, inflevel=0.99, information_filter = False):
bit_vars = [v for v in info_per_bit.data_vars if bitdim in info_per_bit[v].dims]
if bit_vars != []:
if(information_filter == True):
break

else:
cdf = _cdf_from_info_per_bit(info_per_bit[bit_vars], bitdim)
Expand Down

0 comments on commit 59a75e8

Please sign in to comment.