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

fix rosetta indexing in lookup() #1113

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Conversation

jgabry
Copy link
Member

@jgabry jgabry commented Feb 7, 2024

closes #1110

Summary:

lookup() is now dropping the wrong column of the rosetta table, as pointed out in #1110. This PR makes lookup() less error prone by dropping the RFunction column by name instead of by column number.

Copyright and Licensing

Please list the copyright holder for the work you are submitting (this will be you or your assignee, such as a university or company): Columbia University

By submitting this pull request, the copyright holder is agreeing to license the submitted work under the following licenses:

@bgoodri bgoodri merged commit c44402a into develop Feb 8, 2024
7 checks passed
@jgabry jgabry deleted the fix-rosetta-indexing-in-lookup branch February 8, 2024 04:50
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.

Lookup function doesn't return Stan function names
2 participants