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

dev(hansbug): try fix the problem in mapping's function #22

Merged
merged 2 commits into from Dec 30, 2021
Merged

Conversation

HansBug
Copy link
Member

@HansBug HansBug commented Dec 30, 2021

Description

Fix the bug in issue #21

Check List

  • merge the latest version source branch/repo, and resolve all the conflicts
  • pass style check
  • pass all the tests

@HansBug HansBug added the bug Something isn't working label Dec 30, 2021
@HansBug HansBug added this to the v1.2.0 Release milestone Dec 30, 2021
@HansBug HansBug linked an issue Dec 30, 2021 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Dec 30, 2021

Codecov Report

Merging #22 (89893df) into main (8a78ab2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   99.19%   99.19%           
=======================================
  Files          34       34           
  Lines        1855     1861    +6     
=======================================
+ Hits         1840     1846    +6     
  Misses         15       15           
Flag Coverage Δ
unittests 99.19% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
treevalue/tree/tree/functional.pyx 100.00% <100.00%> (ø)

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 8a78ab2...89893df. Read the comment docs.

@HansBug HansBug merged commit a6088fc into main Dec 30, 2021
@HansBug HansBug deleted the fix/typeerror branch December 30, 2021 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error occurred when raising TypeError in mapping function.
2 participants