data.tsp: drop masked `return` one liner

distribute_dis
Tyler Goodlet 2023-12-11 20:11:42 -05:00
parent f7a8d79b7b
commit b03eceebef
1 changed files with 0 additions and 4 deletions

View File

@ -432,10 +432,6 @@ def np2pl(array: np.ndarray) -> pl.DataFrame:
f'polars df: {df}'
)
return df
# return pl.DataFrame({
# field_name: array[field_name]
# for field_name in array.dtype.fields
# })
def pl2np(