From 2c2ec6ed668486ccf13b823bf851b6095e8cd50d Mon Sep 17 00:00:00 2001
From: Alvin Noe Ladines <ladinesalvinnoe@gmail.com>
Date: Mon, 1 Feb 2021 12:54:40 +0100
Subject: [PATCH] Refactor vasp parser and performance improvements

---
 tests/normalizing/test_system.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/normalizing/test_system.py b/tests/normalizing/test_system.py
index 464f7c6e00..5c8197bf22 100644
--- a/tests/normalizing/test_system.py
+++ b/tests/normalizing/test_system.py
@@ -241,7 +241,7 @@ def test_vasp_incar_system():
     archive = run_normalize(archive)
     expected_value = 'SrTiO3'  # material's formula in vasp.xml
 
-    backend_value = archive.section_run[0].section_method[0].x_vasp_incar_SYSTEM
+    backend_value = archive.section_run[0].section_method[0].x_vasp_incar_in['SYSTEM']
 
     assert expected_value == backend_value
 
-- 
GitLab