Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
masha-astro committed Mar 24, 2022
2 parents 105ed31 + ff21cea commit 194ef0b
Show file tree
Hide file tree
Showing 5 changed files with 72 additions and 420 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.0.1
rev: v4.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/psf/black
rev: 21.9b0
rev: 22.1.0
hooks:
- id: black
2 changes: 1 addition & 1 deletion fulu/gp_aug.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def fit(self, t, flux, flux_err, passband):
)

if self.use_err:
reg_kwargs["alpha"] = X_error ** 2
reg_kwargs["alpha"] = X_error**2

self.reg = GaussianProcessRegressor(**reg_kwargs)

Expand Down
2 changes: 1 addition & 1 deletion fulu/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def errorbar_passband(
light_curve["flux"].values,
yerr=light_curve["flux_err"].values,
linewidth=3.5,
marker=marker,
fmt=marker,
elinewidth=1.7,
markersize=14.50,
markeredgecolor="black",
Expand Down
412 changes: 0 additions & 412 deletions notebook_examples/.ipynb_checkpoints/plotting-checkpoint.ipynb

This file was deleted.

72 changes: 68 additions & 4 deletions notebook_examples/plotting.ipynb

Large diffs are not rendered by default.

0 comments on commit 194ef0b

Please sign in to comment.