-
Notifications
You must be signed in to change notification settings - Fork 331
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
Options section error #13
Labels
enhancement
New feature or request
Comments
@idarlington makes sense. Would love to see a PR thanks! |
Hi @raulraja what is the PR process like. |
@idarlington Just fork this repo, make any changes in your repo, push and send a PR back when ready. We can give you push access down the road if you plan on contributing more. Thanks! |
@raulraja I have done that. Thanks. I am also interested in contributing more moving forward. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
The above test in the options exercise throws an error because the test is comparing a Float to a Double
value1 should be(res1)
and most persons input their answers as Double.I could put in a pull request.
The text was updated successfully, but these errors were encountered: