Searched refs:split_col (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/tests/ut/python/dataset/ |
D | test_var_batch_map.py | 320 def split_col(col, batchInfo): function 345 res = batch_map_config(2, 2, split_col, ["col2"], ["col_x", "col_y"])[0] 362 …res = batch_map_config(2, 2, split_col, ["col2"], ["col_x", "col_y"], ["col_x", "col_y", "col1"])[… 366 …res = batch_map_config(2, 2, split_col, ["col2"], ["col_x", "col_y"], ["col1", "col_x", "col_y"])[… 370 …assert "output_columns with value 233 is not of type" in batch_map_config(2, 2, split_col, ["col2"… 371 …assert "column_order with value 233 is not of type" in batch_map_config(2, 2, split_col, ["col2"],… 372 …assert "output_columns in batch is not set correctly" in batch_map_config(2, 2, split_col, ["col2"… 373 …assert "Incorrect number of columns" in batch_map_config(2, 2, split_col, ["col2"], ["col3", "col4… 374 assert "col-1 doesn't exist" in batch_map_config(2, 2, split_col, ["col-1"], ["col_x", "col_y"])
|