Skip to content

Fix two typos #147

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

Merged
merged 1 commit into from
Jul 22, 2025
Merged

Fix two typos #147

merged 1 commit into from
Jul 22, 2025

Conversation

The9Cat
Copy link
Member

@The9Cat The9Cat commented May 23, 2025

Found these typos in 2d disk crt_eval() methods while working on PR #146. Might as well correct those in main, too.

I doubt they affected anyone's work flow, since I'm the only one using FlatDisk or CBDisk as far as I know, and I didn't notice these while using pyEXP.

@The9Cat The9Cat assigned The9Cat and unassigned The9Cat Jul 18, 2025
@michael-petersen michael-petersen requested a review from Copilot July 22, 2025 10:56
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes two identical typos in the BiorthBasis.cc file where incorrect vector indices were being used in coordinate transformation calculations. The changes correct the use of v[4] to v[6] in the potx and poty calculations within two crt_eval() methods for 2D disk implementations.

  • Corrects vector index from v[4] to v[6] in potential calculations
  • Applies the same fix to two separate methods in the same file

@michael-petersen michael-petersen merged commit 3bb752d into main Jul 22, 2025
8 checks passed
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