adding atan#973
Conversation
|
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.
|
valentinsulzer
left a comment
There was a problem hiding this comment.
Merging, thanks @gyouhoc !


Description
I add atan function in the function.py file. (issue:#972)
Fixes # (issue)
Type of change
adding arntan function