Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fishjojo committed Jan 24, 2023
1 parent d6dff65 commit 8b8d4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyscfad/pbc/dft/test/test_krks.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def test_nuc_grad(get_Si2):

g0 = numpy.asarray([[-0.0151487891, 0.0023280773, 0.0023280773],
[ 0.0151486150, -0.0023404710, -0.0023404710]])
assert abs(jac.coords - g0).max() < 1e-6
assert abs(jac.coords - g0).max() < 1e-5
2 changes: 1 addition & 1 deletion pyscfad/pbc/gto/test/test_cell.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import numpy
import jax
from pyscfad.lib import numpy as jnp
from pyscf import numpy as jnp
from pyscfad.pbc import gto

@pytest.fixture
Expand Down

0 comments on commit 8b8d4ff

Please sign in to comment.