Skip to content

Commit

Permalink
Skip categorical registration until bug is resolved (Bears-R-Us#2727)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcdonald3 committed Aug 28, 2023
1 parent 3981c71 commit 1362cb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/categorical_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import os
import shutil
import tempfile
import pytest

import numpy as np
from base_test import ArkoudaTest
Expand Down Expand Up @@ -417,6 +418,7 @@ def testSaveAndLoadCategoricalMulti(self):
self.assertCountEqual(x["pda1"].to_list(), pda1.to_list())
self.assertCountEqual(x["strings1"].to_list(), strings1.to_list())

@pytest.mark.skip(reason="Bug with new registration code")
def testNA(self):
s = ak.array(["A", "B", "C", "B", "C"])
# NAval present in categories
Expand Down

0 comments on commit 1362cb0

Please sign in to comment.