5151 arkouda/pandas/extension/_dtypes.py
5252 arkouda/pandas/extension/_index_accessor.py
5353 arkouda/pandas/extension/_dataframe_accessor.py
54+ arkouda/pandas/extension/_series_accessor.py
5455 arkouda/pandas/groupbyclass.py
5556 arkouda/pandas/index.py
5657 arkouda/pandas/io.py
@@ -69,9 +70,11 @@ omit =
6970 arkouda/testing/_asserters.py
7071 arkouda/testing/_equivalence_asserters.py
7172 server_util/test/server_test_util.py
73+ tests/accessor_test.py
7274 tests/apply_test.py
7375 tests/array_api/array_creation.py
7476 tests/array_api/array_manipulation.py
77+ tests/array_api/array_object.py
7578 tests/array_api/constants.py
7679 tests/array_api/data_type_functions.py
7780 tests/array_api/elementwise_functions.py
9699 tests/infoclass_test.py
97100 tests/logger_test.py
98101 tests/message_test.py
102+ tests/nan_test.py
99103 tests/numpy/alignment_test.py
104+ tests/numpy/alignment_verification/operators_alignment.py
100105 tests/numpy/bigint_test.py
101106 tests/numpy/char_test.py
102107 tests/numpy/datetime_test.py
@@ -113,6 +118,7 @@ omit =
113118 tests/numpy/sort_test.py
114119 tests/numpy/string_test.py
115120 tests/numpy/util_test.py
121+ tests/numpy/utils_test.py
116122 tests/operator_test.py
117123 tests/pandas/categorical_test.py
118124 tests/pandas/dataframe_test.py
@@ -123,6 +129,7 @@ omit =
123129 tests/pandas/extension/dtypes_extension.py
124130 tests/pandas/extension/index_accessor.py
125131 tests/pandas/extension/dataframe_accessor.py
132+ tests/pandas/extension/series_accessor.py
126133 tests/pandas/groupby_test.py
127134 tests/pandas/index_test.py
128135 tests/pandas/io_test.py
@@ -131,10 +138,12 @@ omit =
131138 tests/pandas/parquet_edge_test.py
132139 tests/pandas/row_test.py
133140 tests/pandas/series_test.py
141+ tests/plotting_test.py
134142 tests/regex_test.py
135143 tests/scipy/scipy_test.py
136144 tests/scipy/sparse_test.py
137145 tests/security_test.py
146+ tests/stats_test.py
138147 tests/test_no_ak_connect_doctest.py
139148 tests/testing/asserters_test.py
140149 tests/testing/equivalence_asserters_test.py
0 commit comments