-
-
Notifications
You must be signed in to change notification settings - Fork 546
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
adding atan #973
adding atan #973
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the update - for the test, what I meant was open the file "tests/unit/test_expression_tree/test_functions.py", then add a new function under |
You can just run it the way you would run any python file (either from the prompt or through your IDE) - maybe you need to activate your virtual environment? In the test you added, you should change from |
Make sure you have merged the latest version of the "develop" branch |
HI Tino, Would you let me know how to merge the latest version of the "develop" branch? |
Assuming you have your fork as But I downloaded you fork and tried running the test and it works fine for me, so I don't know why you're getting that error |
can we use your test result for this change? |
Yes, just replace all occurrences of |
Codecov Report
@@ Coverage Diff @@
## develop #973 +/- ##
===========================================
+ Coverage 97.36% 97.48% +0.11%
===========================================
Files 222 222
Lines 11689 11798 +109
===========================================
+ Hits 11381 11501 +120
+ Misses 308 297 -11
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merging, thanks @gyouhoc !
Description
I add atan function in the function.py file. (issue:#972)
Fixes # (issue)
Type of change
adding arntan function