Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit bb2a3b4

Browse files
authored
Correct gen series str (#592)
* parallel and add mask for methods: capitalize, casefold, swapcase, title * correct master * correct gen series.str * fix problem with PEP8 * change * change * change
1 parent 4fc6525 commit bb2a3b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdc/tests/tests_perf/test_perf_series_str.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def setUpClass(cls):
5757
cls.width = [16, 64, 512, 1024]
5858

5959
def _test_case(self, pyfunc, name, total_data_length, data_num=1, input_data=test_global_input_data_float64):
60-
test_name = 'Series.{}'.format(name)
60+
test_name = 'Series.str.{}'.format(name)
6161

6262
input_data = input_data or test_global_input_data_unicode_kind4
6363

0 commit comments

Comments
 (0)