Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RAiDER.cli.raider.py::combine_files_using_azimuth_time is unused #681

Open
garlic-os opened this issue Aug 7, 2024 · 0 comments
Open

RAiDER.cli.raider.py::combine_files_using_azimuth_time is unused #681

garlic-os opened this issue Aug 7, 2024 · 0 comments
Labels

Comments

@garlic-os
Copy link
Contributor

garlic-os commented Aug 7, 2024

The function combine_files_using_azimuth_time() in raider.py is not used. It also appears to have several errors that would cause a runtime error should it run:

  • Parameter declaration "times" is obscured by a declaration of the same name — Pylance(reportRedeclaration)
  • Expected 3 positional arguments in time_grid = get_time_grid_for_aztime_interp(datasets, times, t, model) — Pylance(reportCallIssue)

As of dev branch commit 077674f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants