Skip to content

Commit

Permalink
Removed empyt class for multivariate distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander März committed Aug 8, 2023
1 parent 469fda9 commit ec10942
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,7 @@ def expectile_dist(self, request):
params=get_distribution_classes() +
get_distribution_classes(discrete=True) +
get_distribution_classes(expectile=True) +
get_distribution_classes(flow=True) +
get_distribution_classes(univariate=False)
get_distribution_classes(flow=True)
)
def dist_class(self, request):
return LightGBMLSS(request.param())
Expand Down

0 comments on commit ec10942

Please sign in to comment.