From a11d1ec8bf13a651eeb9fa844391d4d4944947ea Mon Sep 17 00:00:00 2001 From: knc6 Date: Wed, 17 Apr 2024 22:08:26 -0400 Subject: [PATCH] Update atoms, old prototype back. --- jarvis/tests/testfiles/core/test_atoms.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jarvis/tests/testfiles/core/test_atoms.py b/jarvis/tests/testfiles/core/test_atoms.py index 7d650ede..0d40f4d0 100644 --- a/jarvis/tests/testfiles/core/test_atoms.py +++ b/jarvis/tests/testfiles/core/test_atoms.py @@ -112,7 +112,6 @@ def test_basic_atoms(): print(opt.from_optimade(opt_info)) polar = Si.check_polar - # prot = Si.get_prototype_name() Si.props = ["a", "a"] vac_pad = VacuumPadding(Si) den_2d = round(vac_pad.get_effective_2d_slab().density, 2)