Skip to content

Commit 8be7027

Browse files
committed
update
1 parent fc157be commit 8be7027

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

abfml/data/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .read_data import ReadData
2-
from .dataset import ABFMLDataset
1+
from abfml.data.read_data import ReadData
2+
from abfml.data.dataset import ABFMLDataset
33

44
__all__ = ["read_data", "ReadData", "ABFMLDataset"]

abfml/data/read_data.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
import numpy as np
33
from concurrent.futures import ProcessPoolExecutor
44
from functools import partial
5-
from ase import Atoms
6-
from ase import io
5+
from ase import Atoms, io
76
from ase.neighborlist import NeighborList
87
from typing import List, Optional, Union
98
from dataclasses import dataclass
10-
from .dataset import ABFMLDataset
9+
from abfml.data.dataset import ABFMLDataset
1110

1211

1312
@dataclass

requirements.txt

-20 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)