Skip to content

Commit

Permalink
testfile location
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Dec 19, 2020
1 parent 8e2180c commit c43ac89
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 132 deletions.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Expand Up @@ -23,4 +23,3 @@ repos:
rev: 'v0.790'
hooks:
- id: mypy
args: [--namespace-package]
4 changes: 2 additions & 2 deletions emmet-core/emmet/core/electrode.py
Expand Up @@ -180,8 +180,8 @@ class StructureGroupDoc(BaseModel):

task_id: str = Field(
None,
description="The combined task_id of the grouped document is given by the numerically smallest task id followed by '_Li' "
"or whichever working atom is considered the working ion during grouping.",
description="The combined task_id of the grouped document is given by the numerically smallest task id "
"followed by '_Li' or whichever working atom is considered the working ion during grouping.",
)

structure_matched: bool = Field(
Expand Down
129 changes: 0 additions & 129 deletions tests/emmet-core/test_electrode.py

This file was deleted.

0 comments on commit c43ac89

Please sign in to comment.