Mapped column (#22644)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
0f4809b9b8
commit
6d3e198c3c
19 changed files with 745 additions and 716 deletions
|
|
@ -95,7 +95,7 @@ def test_included_position_data(prepare_example_positions_yaml):
|
|||
position_map = get_position_map(folder_path=prepare_example_positions_yaml, file_name="example_positions.yaml")
|
||||
pin_list = ["forth", "first"]
|
||||
include_set = {"forth", "first"}
|
||||
exclude_set = {}
|
||||
exclude_set = set()
|
||||
|
||||
position_map = pin_position_map(original_position_map=position_map, pin_list=pin_list)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue