()
| 81 | |
| 82 | |
| 83 | def test_flatten_empty_lists(): |
| 84 | tab = T(pd.DataFrame.from_dict({"col": [[], []]}), format="pandas") |
| 85 | |
| 86 | assert_table_equality_wo_index( |
| 87 | tab.flatten(this.col, origin_id="origin_id"), |
| 88 | Table.empty(col=Any, origin_id=pw.Pointer), |
| 89 | ) |