Skip to content

Commit

Permalink
style: Fixing some extra blank lines
Browse files Browse the repository at this point in the history
Missed those issues on PR #200. Somehow those didn't show up in the last
check before commit it.
  • Loading branch information
castelao committed Apr 18, 2024
1 parent b74d837 commit fd8f2f0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sup3r/preprocessing/data_handling/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1327,8 +1327,11 @@ def lin_bc(self, bc_files, threshold=0.1):
self.data[..., idf] += adder
completed.append(feature)


def qdm_bc(self, bc_files, reference_feature, relative=True, threshold=0.1):
def qdm_bc(self,
bc_files,
reference_feature,
relative=True,
threshold=0.1):
"""Bias Correction using Quantile Delta Mapping
Bias correct this DataHandler's data with Quantile Delta Mapping. The
Expand Down Expand Up @@ -1378,9 +1381,6 @@ def qdm_bc(self, bc_files, reference_feature, relative=True, threshold=0.1):
completed.append(feature)





# pylint: disable=W0223
class DataHandlerDC(DataHandler):
"""Data-centric data handler"""
Expand Down

0 comments on commit fd8f2f0

Please sign in to comment.