We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8114a commit 8b1ab57Copy full SHA for 8b1ab57
databaseparsers/__init__.py
@@ -41,7 +41,7 @@ def load(self):
41
from nomad.parsing import MatchingParserInterface
42
from . import openkim
43
44
- return MatchingParserInterface(**self.dict())
+ return MatchingParserInterface(self.parser_class_name, **self.dict())
45
46
47
openkim_parser_entry_point = EntryPoint(
0 commit comments