Skip to content

Commit

Permalink
Removed skipped test from runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmuller committed Jul 7, 2023
1 parent d3919ad commit 579acd6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.formatOnType": true,
"[lisp]": {
"editor.wordSeparators": "`|;:'\",()"
}
}
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ addbf!(c2,0.5,0.2)
# Move somewhere else?
bfs = build_basis(h2)
fetcher = MolecularIntegrals.eri_fetcher(bfs)
@test_skip MolecularIntegrals.all_twoe_ints_chrr(bfs) MolecularIntegrals.all_twoe_ints(bfs)
#@test_skip MolecularIntegrals.all_twoe_ints_chrr(bfs) ≈ MolecularIntegrals.all_twoe_ints(bfs)
@test isapprox(MolecularIntegrals.all_twoe_ints(bfs),MolecularIntegrals.all_twoe_ints_rys(bfs),rtol=1e-7)

# demonstrate that the normalization constants are not the same
Expand Down

0 comments on commit 579acd6

Please sign in to comment.