Skip to content

Commit

Permalink
Update features.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MircoT committed Jun 15, 2020
1 parent 6e743ab commit 58aee76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Probe/analyzer/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def check_all_features(self, features: List[str] = []):
self.plot_bins_of(feature, np_hist)
self.plot_violin_of(feature, np_hist)

def check_bins_of(self, feature: str, n_bins: int = 'fd'):
def check_bins_of(self, feature: str, n_bins: int = 6):
cur_bins = getattr(
self, feature) if feature in self._features else n_bins
if feature == 'size':
Expand Down

0 comments on commit 58aee76

Please sign in to comment.