Skip to content

Commit

Permalink
馃И tries to fix readthedocs issue in not importing structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ezpzbz committed Jul 21, 2022
1 parent ccc2a87 commit 8ae0ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiida_catmat/parsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

from aiida.common import exceptions
from aiida.parsers import Parser
from aiida.orm import Dict
from aiida.orm import Dict, StructureData
from aiida.plugins import DataFactory

StructureData = DataFactory('structure') # pylint: disable=invalid-name
# StructureData = DataFactory('structure') # pylint: disable=invalid-name
STDOUT_ERRS = {
'tet': [
'Tetrahedron method fails for NKPT<4', 'Fatal error detecting k-mesh', 'Fatal error: unable to match k-point',
Expand Down

0 comments on commit 8ae0ef6

Please sign in to comment.