Skip to content

Commit

Permalink
Merge branch 'main' into feature/dataset-apply
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrako authored Sep 15, 2023
2 parents 52ec41c + 9a10c04 commit 0fea5e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pymovements/gaze/gaze_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ def _check_component_columns(self, **kwargs: list[str]) -> None:
raise pl.exceptions.ColumnNotFoundError(
f'column {column} from {component_type} is not available in dataframe',
)

if len(set(self.frame[columns].dtypes)) != 1:
types_list = sorted([str(t) for t in set(self.frame[columns].dtypes)])
raise ValueError(
Expand Down

0 comments on commit 0fea5e0

Please sign in to comment.