Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Feb 18, 2024
1 parent 5298a01 commit bfcc81c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/materials/test_eos.py
Expand Up @@ -28,7 +28,8 @@ def rester():
alt_name_dict = {"material_ids": "material_id"} # type: dict

custom_field_tests = { # type: dict
"material_ids": ["mp-149"]}
"material_ids": ["mp-149"]
}


@pytest.mark.skipif(os.getenv("MP_API_KEY", None) is None, reason="No API key found.")
Expand Down
5 changes: 4 additions & 1 deletion tests/materials/test_grain_boundary.py
Expand Up @@ -24,7 +24,10 @@ def rester():

sub_doc_fields = [] # type: list

alt_name_dict = {"material_ids": "material_id", "separation_energy": "w_sep"} # type: dict
alt_name_dict = {
"material_ids": "material_id",
"separation_energy": "w_sep",
} # type: dict

custom_field_tests = {
"material_ids": ["mp-81"],
Expand Down

0 comments on commit bfcc81c

Please sign in to comment.