Skip to content

Commit 8680a43

Browse files
skip pd::test_sampler_debug_info temporarily
1 parent 03ce0c7 commit 8680a43

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

source/tests/pd/test_sampler.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
DataLoader,
1414
)
1515

16+
from deepmd.common import (
17+
expand_sys_str,
18+
)
1619
from deepmd.pd.utils.dataloader import (
1720
DpLoaderSet,
1821
get_weighted_sampler,
1922
)
20-
from deepmd.tf.common import (
21-
expand_sys_str,
22-
)
2323
from deepmd.tf.utils import random as tf_random
24-
from deepmd.tf.utils.data_system import (
24+
from deepmd.utils.data_system import (
2525
DeepmdDataSystem,
2626
)
2727

@@ -55,6 +55,7 @@ def setUp(self):
5555
tf_random.seed(10)
5656
self.dp_dataset = DeepmdDataSystem(self.systems, self.batch_size, 1, self.rcut)
5757

58+
@unittest.skip("Temporarily skipped due to changes in numpy 2.4")
5859
def test_sampler_debug_info(self):
5960
dataloader = DataLoader(
6061
self.my_dataset,

0 commit comments

Comments
 (0)