Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Added __str__ and __repr__ plus missing properties #31

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

Merged
merged 2 commits into from
Oct 10, 2018

Conversation

raff
Copy link
Contributor

@raff raff commented Oct 9, 2018

Implement #30 and add missing properties and methods
(real, imag, conjgate).

Also added tests.

@codecov-io
Copy link

Codecov Report

Merging #31 into master will increase coverage by 0.18%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   64.86%   65.04%   +0.18%     
==========================================
  Files          55       55              
  Lines       10074    10091      +17     
==========================================
+ Hits         6534     6564      +30     
+ Misses       3079     3065      -14     
- Partials      461      462       +1
Impacted Files Coverage Δ
py/complex.go 31.17% <100%> (+14.83%) ⬆️
py/property.go 14.28% <0%> (+14.28%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f66e54...5ea88b8. Read the comment docs.

@ncw
Copy link
Collaborator

ncw commented Oct 10, 2018

That looks great - thank you :-)

@ncw ncw merged commit d05bbcc into go-python:master Oct 10, 2018
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.

3 participants