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

Changing all type() to _check_type() #197

Merged
merged 3 commits into from
Mar 22, 2020
Merged

Changing all type() to _check_type() #197

merged 3 commits into from
Mar 22, 2020

Conversation

din1881
Copy link
Contributor

@din1881 din1881 commented Mar 22, 2020

Fixes #183

@czgdp1807 czgdp1807 added code_quality easy enhancement New feature or request labels Mar 22, 2020
@codecov
Copy link

codecov bot commented Mar 22, 2020

Codecov Report

Merging #197 into master will not change coverage by %.
The diff coverage is 100.000%.

@@            Coverage Diff            @@
##            master      #197   +/-   ##
=========================================
  Coverage   96.933%   96.933%           
=========================================
  Files           24        24           
  Lines         1859      1859           
=========================================
  Hits          1802      1802           
  Misses          57        57           
Impacted Files Coverage Δ
pydatastructs/linear_data_structures/arrays.py 100.000% <100.000%> (ø)

Impacted file tree graph

@czgdp1807
Copy link
Member

Hi @din1881
Thanks for the PR. There were trivial mistakes in your initial commit. I have corrected them in the suggestions and applied those to your branch.
Please make sure from the next PR onwards, to not clear the PR template instead fill it.

@czgdp1807 czgdp1807 merged commit fcb27e6 into codezonediitj:master Mar 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code_quality enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accepting child class objects in base class type array
2 participants