File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
src/nomad_simulation_parsers/schema_packages Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 33if TYPE_CHECKING :
44 pass
55
6- from nomad .datamodel import EntryArchive
76from nomad .datamodel .metainfo .annotations import Mapper
87from nomad .metainfo import SchemaPackage
98from nomad .parsing .file_parser .mapping_parser import MAPPING_ANNOTATION_KEY
1817
1918m_package = SchemaPackage ()
2019
21- EntryArchive .m_def .m_annotations .setdefault (MAPPING_ANNOTATION_KEY , {}).update (
22- dict (
23- text = Mapper (mapper = '@' ),
24- text_dos = Mapper (mapper = '@' ),
25- text_gw = Mapper (mapper = '@' ),
26- single_point = Mapper (mapper = '@' ),
27- geo_opt_workflow = Mapper (mapper = '@' ),
28- md_workflow = Mapper (mapper = '@' ),
29- )
30- )
3120
3221general .Simulation .m_def .m_annotations .setdefault (MAPPING_ANNOTATION_KEY , {}).update (
3322 dict (
You can’t perform that action at this time.
0 commit comments