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 Jan 23, 2024
1 parent 54b3d8c commit 26f951e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion attune/_tune.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,3 @@ def monotonic(self) -> bool:
"""Whether or not the dependent variable moves monotonically."""
checks = np.gradient(self.dependent) <= 0
return checks.all() or (not checks.any())

0 comments on commit 26f951e

Please sign in to comment.