Skip to content
GitHub Advanced Security / CodeQL succeeded Apr 12, 2024 in 2s

3 new alerts

New alerts in code changed by this pull request

  • 3 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 538 in modin/core/execution/ray/common/deferred_execution.py

See this annotation in the file changed.

Code scanning / CodeQL

First parameter of a method is not named 'self' Note

Normal methods should have 'self', rather than 'obj', as their first parameter.

Check notice on line 476 in modin/core/execution/ray/implementations/pandas_on_ray/partitioning/lazy_virtual_partition.py

See this annotation in the file changed.

Code scanning / CodeQL

First parameter of a method is not named 'self' Note

Normal methods should have 'self', rather than 'dfs', as their first parameter.

Check notice on line 485 in modin/core/execution/ray/implementations/pandas_on_ray/partitioning/lazy_virtual_partition.py

See this annotation in the file changed.

Code scanning / CodeQL

First parameter of a method is not named 'self' Note

Normal methods should have 'self', rather than 'dfs', as their first parameter.