Skip to content

GEOPY-2848: Create issues for actionable TODOs and remove comments.#207

Open
benk-mira wants to merge 3 commits into
developfrom
GEOPY-2848
Open

GEOPY-2848: Create issues for actionable TODOs and remove comments.#207
benk-mira wants to merge 3 commits into
developfrom
GEOPY-2848

Conversation

@benk-mira

@benk-mira benk-mira commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

GEOPY-2848 - Create issues for actionable TODOs and remove comments.

Copilot AI review requested due to automatic review settings June 25, 2026 18:57
@github-actions github-actions Bot changed the title GEOPY-2848 GEOPY-2848: Create issues for actionable TODOs and remove comments. Jun 25, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes several actionable TODO/deprecation comments across the runtime/driver parameter code, aligning the codebase with the “create issues, remove TODOs from code” cleanup objective.

Changes:

  • Removed deprecated/actionable TODO comments from run.py, driver/params.py, and base.py.
  • Added a # type: ignore to the InputFile.validations assignment in BaseParams.input_file.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
geoapps_utils/run.py Removes a deprecation-related TODO near driver import logic.
geoapps_utils/driver/params.py Removes a TODO note in free_parameter_dict and adds a typing suppression on validations assignment.
geoapps_utils/base.py Removes an outdated TODO from the Driver docstring area.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 439 to +441
if ifile is not None:
self.validator = ifile.validators
self.validations = ifile.validations
self.validations = ifile.validations # type: ignore
@codecov

codecov Bot commented Jun 25, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.95%. Comparing base (324ac4f) to head (30a8e64).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #207   +/-   ##
========================================
  Coverage    85.95%   85.95%           
========================================
  Files           19       19           
  Lines         1196     1196           
  Branches       155      155           
========================================
  Hits          1028     1028           
  Misses         127      127           
  Partials        41       41           
Files with missing lines Coverage Δ
geoapps_utils/base.py 92.02% <ø> (ø)
geoapps_utils/driver/params.py 75.73% <100.00%> (ø)
geoapps_utils/run.py 92.59% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants