Skip to content

fix: verify no other compute_2d_mutual_info calls missing minmax#68

Closed
Copilot wants to merge 1 commit intodev-andrea-sifixfrom
copilot/sub-pr-67
Closed

fix: verify no other compute_2d_mutual_info calls missing minmax#68
Copilot wants to merge 1 commit intodev-andrea-sifixfrom
copilot/sub-pr-67

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 20, 2026

The original fix passed minmax to all compute_2d_mutual_info and compute_1d_mutual_info calls in predictiveNet.py. This follow-up confirms there are no other affected call sites in the repo.

Findings

  • Searched all files under prnn/analysis/, examples/, and the full repo for compute_2d_mutual_info and compute_1d_mutual_info
  • All calls exist solely in prnn/utils/predictiveNet.py (lines 845, 865, 882)
  • All three are already covered by the original fix — no additional changes required

💬 Send tasks to Copilot coding agent from Slack and Teams to turn conversations into code. Copilot posts an update in your thread when it's finished.

Copilot AI changed the title [WIP] Fix: pass minmax to compute_2d_mutual_info and compute_1d_mutual_info fix: verify no other compute_2d_mutual_info calls missing minmax Mar 20, 2026
Copilot AI requested a review from dlevenstein March 20, 2026 15:33
@dlevenstein
Copy link
Copy Markdown
Member

great thanks!

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