Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tovrstra committed Aug 26, 2024
1 parent 977ca6a commit 64833e7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"""Configuration of pytest."""

import pytest

from tinydft.basis import Basis
from tinydft.grid import setup_grid

Expand Down
1 change: 1 addition & 0 deletions tests/test_tinybasis.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from numpy.testing import assert_allclose
from scipy.linalg import eigh
from test_tinygrid import get_hydrogenic_solutions

from tinydft.basis import Basis
from tinydft.grid import setup_grid

Expand Down
1 change: 1 addition & 0 deletions tests/test_tinydft.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import numpy as np
import pytest
from numpy.testing import assert_allclose

from tinydft.atom import char2angqn, interpret_econf, klechkowski
from tinydft.dft import build_rho, scf_atom, solve_poisson
from tinydft.grid import setup_grid
Expand Down
1 change: 1 addition & 0 deletions tests/test_tinygrid.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
from numpy.polynomial.legendre import legval
from numpy.testing import assert_allclose
from scipy.special import eval_genlaguerre, factorial

from tinydft.grid import LegendreGrid, TransformedGrid


Expand Down

0 comments on commit 64833e7

Please sign in to comment.