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

fixup: return correct scalartype for static operators #124

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

sbadrian
Copy link
Contributor

Due to the change from 'nothing' to 'Val{0}', which is used to denote a static operator (gamma = 0), this fixup is necessary to correctly compute the scalartype (currently, for static operators it returns 'Any').

Due to the change from 'nothing' to Val{0} using to denote
a static operator (gamma = 0), this fixup is necessary to correctly
compute the scalartype.
@krcools krcools merged commit f9c2122 into krcools:master Apr 12, 2024
5 of 6 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