Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Jul 3, 2024
1 parent 7e28cd5 commit 009542e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solvation_analysis/rdf_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
from scipy.signal import find_peaks
from scipy.signal.windows import gaussian


def interpolate_rdf(
bins: np.ndarray, rdf: np.ndarray, floor: float = 0.05, cutoff: float = 5
) -> tuple[UnivariateSpline, tuple[float, float]]:
Expand Down

0 comments on commit 009542e

Please sign in to comment.