Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 11, 2024
1 parent 3085ffa commit f401eb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deepmd/dpmodel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
OutputVariableDef,
fitting_check_output,
get_deriv_name,
get_reduce_name,
get_hessian_name,
get_reduce_name,
model_check_output,
)

Expand Down
6 changes: 3 additions & 3 deletions deepmd/pt/model/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
EnergyModel,
ZBLModel,
)
from .model import (
BaseModel,
)
from .make_hessian_model import (

Check warning on line 21 in deepmd/pt/model/model/__init__.py

View check run for this annotation

Codecov / codecov/patch

deepmd/pt/model/model/__init__.py#L21

Added line #L21 was not covered by tests
make_hessian_model,
)
from .model import (
BaseModel,
)


def get_zbl_model(model_params):
Expand Down

0 comments on commit f401eb6

Please sign in to comment.