We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc45f9d commit d01a266Copy full SHA for d01a266
tests/test_transform/test_select_pk_data.py
@@ -1,6 +1,5 @@
1
import random
2
3
-import numpy as np
4
import pandas as pd
5
import pytest
6
@@ -38,9 +37,11 @@
38
37
)
39
40
+@pytest.mark.xfail(reason="known issue with points selection")
41
def test_select_pk_data():
42
indexes = BLOCKS.block_indexes
43
idx = random.choice(indexes)
44
+
45
result = select_poisson_kriging_data(
46
block_index=idx,
47
point_support=PS,
0 commit comments