Skip to content

Commit

Permalink
fix: include count in profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrugman committed Jun 27, 2022
1 parent 90f364b commit fd6c9ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions popmon/analysis/profiling/hist_profiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ def _profile_nd_histogram(self, name, hist, dim):
profile.update(Profiles.run([hist], dim=dim, htype="all"))
profile.update(Profiles.run([hist], dim=dim, htype="num"))
profile.update(Profiles.run([hist], dim=dim, htype="cat"))

profile.update(Profiles.run([hist], dim=-1, htype=None))
return profile

def _profile_hist(self, split, hist_name):
Expand Down

0 comments on commit fd6c9ce

Please sign in to comment.