Skip to content

Commit

Permalink
Update pre-commit and coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
KulikDM committed Mar 3, 2024
1 parent f457468 commit e2ab7b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ repos:
name: Sort imports

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.2.2
rev: v0.3.0
hooks:
- id: ruff
args: [--exit-non-zero-on-fix, --fix, --line-length=180]
Expand Down
4 changes: 2 additions & 2 deletions pythresh/thresholds/karch.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import inspect

import numpy as np
from geomstats.geometry.euclidean import Euclidean
from geomstats.learning.frechet_mean import FrechetMean
from geomstats.geometry.euclidean import Euclidean # pragma: no cover
from geomstats.learning.frechet_mean import FrechetMean # pragma: no cover

from .base import BaseThresholder
from .thresh_utility import check_scores, cut, gen_kde, normalize
Expand Down

0 comments on commit e2ab7b7

Please sign in to comment.