Skip to content

Commit

Permalink
Added to do
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Jun 14, 2024
1 parent d05d1aa commit acd0313
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unravel/cluster_stats/fdr_range.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def parse_args():
parser.epilog = __doc__
return parser.parse_args()

# TODO: Sometimes different q values yield the same p value threshold. In this case, not this in the dir name (don't process it). Case: ET z s50 tstat2

def smart_float_format(value, max_decimals=9):

"""Format float with up to `max_decimals` places, but strip unnecessary trailing zeros."""
Expand Down

0 comments on commit acd0313

Please sign in to comment.