Skip to content

Commit

Permalink
Merge branch 'load-pt' of github.com:dftd3/tad-dftd3 into load-pt
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Dec 14, 2023
2 parents 56a43c2 + 575312b commit 349ab87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tad_dftd3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"""
import torch

from . import damping, data, defaults, disp, model, ncoord, reference, constants
from . import constants, damping, data, defaults, disp, model, ncoord, reference
from ._typing import (
DD,
CountingFunction,
Expand Down
2 changes: 1 addition & 1 deletion src/tad_dftd3/disp.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"""
import torch

from . import data, defaults, constants
from . import constants, data, defaults
from ._typing import DD, Any, DampingFunction, Dict, Optional, Tensor
from .damping import dispersion_atm, rational_damping
from .utils import cdist, real_pairs
Expand Down
2 changes: 1 addition & 1 deletion tests/test_model/test_load.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import torch

from tad_dftd3 import reference, constants
from tad_dftd3 import constants, reference


def test_ref() -> None:
Expand Down

0 comments on commit 349ab87

Please sign in to comment.