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 5, 2024
1 parent 2bec2ed commit 3054153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/grid/ode.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,7 @@ def _transform_ode_from_derivs(
return coeff_b


def _transform_ode_from_rtransform(
coeff_a: list | np.ndarray, tf: BaseTransform, x: np.ndarray
):
def _transform_ode_from_rtransform(coeff_a: list | np.ndarray, tf: BaseTransform, x: np.ndarray):
r"""
Transform the coefficients of ODE from one variable to another based on Transform object.
Expand Down
2 changes: 1 addition & 1 deletion src/grid/poisson.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def _solve_poisson_bvp_atomgrid(
atomgrid: AtomGrid,
func_vals: np.ndarray,
transform: BaseTransform,
boundary: float | type(None) = None,
boundary: float | type(None) = None,
include_origin: bool = True,
remove_large_pts: float = 1e6,
ode_params: dict | type(None) = None,
Expand Down

0 comments on commit 3054153

Please sign in to comment.