Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
kflemin committed Nov 26, 2024
1 parent cfaeff6 commit c6979e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/views/v3/organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ def report_export(self, request, pk=None):

def get_axis_stats(self, organization, cycle, axis, axis_var, views, ali):
"""returns axis_name, access_level_instance name, sum, mean, min, max, 5%, 25%, 50%, 75%, 99%
exclude categorical and boolean from stats
exclude categorical and boolean from stats
"""

filtered_properties = views.filter(
Expand Down

0 comments on commit c6979e2

Please sign in to comment.