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

Minor fixes to the matrix generation #112

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

neil-lindquist
Copy link
Contributor

  1. orthog was documented using 1-indexing, instead of 0-indexing like all the other generators (as I noted in LU info #111)
  2. riemann was implemented incorrectly. (I converted from 1-indexing to 0-indexing twice.)
  3. I added the md5 files to the gitignore since they're distracting in git status

* orthog had 1-indexing in its docs
* riemann did the conversion from 1-indexing to 0-indexing twice
@neil-lindquist
Copy link
Contributor Author

CI failure is the known issue with QR.

Copy link
Contributor

@cayrols cayrols left a comment

Choose a reason for hiding this comment

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

Looks good to me.

@neil-lindquist neil-lindquist merged commit 80d7507 into icl-utk-edu:master Sep 19, 2023
7 of 8 checks passed
@neil-lindquist neil-lindquist deleted the neil/matgen branch September 28, 2023 17:57
@neil-lindquist neil-lindquist mentioned this pull request Oct 10, 2023
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