Closed jameskermode closed 4 months ago
The issue seems to be with AtomsBaseTesting.test_approx_eq
. It does not work for isolate systems that have infinite boundaries.
E.g. this fails
using AtomsBase
using AtomsBaseTesting
using Unitful
hydrogen = isolated_system([
:H => [0, 0, 0.]u"Å",
:H => [0, 0, 1.]u"Å"
])
test_approx_eq(hydrogen, hydrogen)
another case against using those infinities in AtomsBase.
New version of AtomsBaseTesting (v0.1.3) should have fixed this now.
Rerunning tests should now give pass for them now, and we can move forward with this PR.
thanks for the heads up! merging, then I'll tag a new release.
Merging this PR will resolve #47