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

mapTransferGamma: fix pow -> Math.pow #116

Merged
merged 1 commit into from
Mar 5, 2021
Merged

Conversation

akx
Copy link
Contributor

@akx akx commented Mar 5, 2021

There's no such global function as pow, so mapTransferGamma didn't work.

@danburzo
Copy link
Collaborator

danburzo commented Mar 5, 2021

Oops, nice catch! 😅 Must have been a botched refactor... Could you please also add a basic test for this in test/map.test.js? It seems it's missing one.

There's no such global function as `pow`, so  `mapTransferGamma` didn't work.
@akx
Copy link
Contributor Author

akx commented Mar 5, 2021

@danburzo Test added :)

@danburzo danburzo merged commit 11a6ddb into Evercoder:master Mar 5, 2021
@danburzo
Copy link
Collaborator

danburzo commented Mar 5, 2021

Looks 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