Skip to content

Commit

Permalink
solve conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengqian-Zhang committed Aug 28, 2024
2 parents 390223d + 24e1167 commit 94decdb
Show file tree
Hide file tree
Showing 48 changed files with 2,913 additions and 204 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
group: [1, 2, 3, 4, 5, 6]
python: ["3.8", "3.11"]
python: ["3.8", "3.12"]

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.8", "3.11"]
python: ["3.8", "3.12"]
needs: testpython
steps:
- name: Get durations from cache
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
exclude: ^source/3rdparty
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.6
rev: v0.6.2
hooks:
- id: ruff
args: ["--fix"]
Expand Down Expand Up @@ -66,7 +66,7 @@ repos:
exclude: ^(source/3rdparty|\.github/workflows|\.clang-format)
# Shell
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.8.0-1
rev: v3.9.0-1
hooks:
- id: shfmt
# CMake
Expand Down
4 changes: 4 additions & 0 deletions deepmd/dpmodel/descriptor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@
from .se_t import (
DescrptSeT,
)
from .se_t_tebd import (
DescrptSeTTebd,
)

__all__ = [
"DescrptSeA",
"DescrptSeR",
"DescrptSeT",
"DescrptSeTTebd",
"DescrptDPA1",
"DescrptSeAttenV2",
"DescrptDPA2",
Expand Down
Loading

0 comments on commit 94decdb

Please sign in to comment.