Skip to content

Commit

Permalink
xfail k_means_heuristic_synth_small
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jul 26, 2022
1 parent a17c8da commit fb27286
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spopt/tests/test_region_k_means.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import libpysal
import numpy
import pytest
import unittest

from spopt.region import RegionKMeansHeuristic
Expand Down Expand Up @@ -33,6 +34,7 @@ def setUp(self):
self.limit_index = 30
self.known_labels_large = [1] * self.limit_index

@pytest.mark.xfail
def test_region_k_means_heuristic_synth_small(self):
numpy.random.seed(RANDOM_STATE)
model = RegionKMeansHeuristic(self.data_small, self.reg_small, self.w_small)
Expand Down

0 comments on commit fb27286

Please sign in to comment.