From 43e35283ef73315de3611078a34b854759c0dc6f Mon Sep 17 00:00:00 2001 From: Aakash Ashok Naik <naik@fhi-berlin.mpg.de> Date: Tue, 6 Apr 2021 21:31:26 +0200 Subject: [PATCH] Update metainfo.py --- atomicfeaturespackage/metainfo/metainfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atomicfeaturespackage/metainfo/metainfo.py b/atomicfeaturespackage/metainfo/metainfo.py index 9d14b32..47569e9 100644 --- a/atomicfeaturespackage/metainfo/metainfo.py +++ b/atomicfeaturespackage/metainfo/metainfo.py @@ -10,7 +10,7 @@ import typing This module helps in defining the type of schema of data available from different material data sources like :- magpie,pymat etc. It uses the nomad python package for defining the schema. For additional info about this one can refer :-https://nomad-lab.eu/prod/rae/docs/metainfo.html -If any other source needs to be added in future, another class with appropriate name with all features should be defined as it is done here eg. for pymatgen.""". +If any other source needs to be added in future, another class with appropriate name with all features should be defined as it is done here eg. for pymatgen.""" -- GitLab