From 9d4518fefb1f1146b7fa7ed95547822683020533 Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines <ladinesalvinnoe@gmail.com> Date: Sat, 31 Oct 2020 02:13:18 +0100 Subject: [PATCH] Update due to file_parser restructuring --- elasticparser/elastic_properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticparser/elastic_properties.py b/elasticparser/elastic_properties.py index aab6dfa..7e24c07 100644 --- a/elasticparser/elastic_properties.py +++ b/elasticparser/elastic_properties.py @@ -3,7 +3,7 @@ import pint import numpy as np from ase import Atoms -from nomad.parsing.text_parser import Quantity, UnstructuredTextFileParser +from nomad.parsing.file_parser import Quantity, UnstructuredTextFileParser class ElasticProperties: -- GitLab