diff --git a/dclab/rtdc_dataset/feat_basin.py b/dclab/rtdc_dataset/feat_basin.py index 9ebb787a..2648c60c 100644 --- a/dclab/rtdc_dataset/feat_basin.py +++ b/dclab/rtdc_dataset/feat_basin.py @@ -126,9 +126,10 @@ def features(self): """ if self._features is None: if self.is_available(): - # If features are not specified already, either by previous call - # to this method or during initialization from basin definition, - # then make the innate and *all* the basin features available. + # If features are not specified already, either by previous + # call to this method or during initialization from basin + # definition, then make the innate and *all* the basin + # features available. self._features = sorted(set(self.ds.features_innate + self.ds.features_basin)) else: