Skip to content

Commit

Permalink
Update benchmarks/benchmarks/stats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdhaber authored May 26, 2021
1 parent f4bf798 commit f58a466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/benchmarks/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def time_fni(self, distcase):
distname, shapes = distcase
slow_dists = {'ksone', 'kstwo', 'levy_stable', 'skewnorm'}
fail_dists = {'beta', 'gausshyper', 'geninvgauss', 'ncf', 'nct',
'norminvgauss', 'genhyperbolic'}
'norminvgauss', 'genhyperbolic', 'studentized_range'}

if distname in slow_dists or distname in fail_dists:
raise NotImplementedError("skipped")
Expand Down

0 comments on commit f58a466

Please sign in to comment.