Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove VASP calc types schema #407

Merged
merged 5 commits into from
Aug 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default_language_version:
python: python3
exclude: '^src/atomate2/vasp/schemas/calc_types/|^.github/'
exclude: '^.github/'
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.284
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"PyYAML",
"click",
"custodian>=2023.3.10",
"emmet-core>=0.51.11",
"emmet-core>=0.65.0",
"jobflow>=0.1.11",
"monty",
"numpy",
Expand Down Expand Up @@ -65,7 +65,7 @@ strict = [
"click==8.1.7",
"custodian==2023.7.22",
"dscribe==2.0.1",
"emmet-core==0.64.4",
"emmet-core==0.65.0",
"jobflow==0.1.11",
"lobsterpy==0.3.0",
"matgl==0.8.2",
Expand Down Expand Up @@ -94,7 +94,6 @@ changelog = "https://github.com/materialsproject/atomate2/blob/main/CHANGELOG.md
atomate2 = ["py.typed"]
"atomate2.vasp.sets" = ["*.yaml"]
"atomate2.cp2k.sets" = ["*.yaml"]
"atomate2.vasp.schemas.calc_types" = ["*.yaml"]
"atomate2.cp2k.schemas.calc_types" = ["*.yaml"]

[tool.versioningit.vcs]
Expand Down
4 changes: 0 additions & 4 deletions src/atomate2/vasp/schemas/calc_types/__init__.py

This file was deleted.

86 changes: 0 additions & 86 deletions src/atomate2/vasp/schemas/calc_types/_generate.py

This file was deleted.

Loading
Loading