Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 7, 2023
1 parent 6dfc89c commit b89a8ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion fulu/gp_aug.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class GaussianProcessesAugmentation(BaseAugmentation):
"""

def __init__(self, passband2lam, kernel=C(1.0) * RBF([1.0, 1.0]) + WhiteKernel(), use_err=False):

super().__init__(passband2lam)

self.ss = None
Expand Down
2 changes: 0 additions & 2 deletions fulu/nf_aug.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def __init__(
device="cpu",
weight_decay=0,
):

self.normalize_y = normalize_y
self.randomize_x = randomize_x
self.batch_size = batch_size
Expand All @@ -139,7 +138,6 @@ def reshape(self, y):
return y

def fit(self, X, y, y_std=None):

# reshape
y = self.reshape(y)

Expand Down

0 comments on commit b89a8ef

Please sign in to comment.