bsc-wdc / dislib

The Distributed Computing library for python implemented using PyCOMPSs programming model for HPC.
Apache License 2.0
45 stars 23 forks source link

Correct blosc2 import #473

Closed FernandoVN98 closed 1 month ago

FernandoVN98 commented 1 month ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes #(issue_number)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. If you haven't added any test and it is relevant provide instructions so we can reproduce.

Reproduce instructions:

Checklist:

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 68.42105% with 6 lines in your changes missing coverage. Please review.

Project coverage is 95.52%. Comparing base (d1f37c1) to head (4a76655). Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
dislib/data/util/model.py 66.66% 2 Missing :warning:
dislib/trees/distributed/decision_tree.py 0.00% 2 Missing :warning:
dislib/trees/distributed/forest.py 50.00% 2 Missing :warning:
Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473/graphs/tree.svg?width=650&height=150&src=pr&token=CB31UqffSE&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc)](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc) ```diff @@ Coverage Diff @@ ## master #473 +/- ## ======================================= Coverage 95.52% 95.52% ======================================= Files 73 73 Lines 11921 11923 +2 ======================================= + Hits 11387 11389 +2 Misses 534 534 ``` | [Files with missing lines](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc) | Coverage Δ | | |---|---|---| | [dislib/trees/mmap/decision\_tree.py](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473?src=pr&el=tree&filepath=dislib%2Ftrees%2Fmmap%2Fdecision_tree.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc#diff-ZGlzbGliL3RyZWVzL21tYXAvZGVjaXNpb25fdHJlZS5weQ==) | `99.14% <100.00%> (ø)` | | | [dislib/trees/mmap/forest.py](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473?src=pr&el=tree&filepath=dislib%2Ftrees%2Fmmap%2Fforest.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc#diff-ZGlzbGliL3RyZWVzL21tYXAvZm9yZXN0LnB5) | `98.70% <100.00%> (ø)` | | | [dislib/data/util/model.py](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473?src=pr&el=tree&filepath=dislib%2Fdata%2Futil%2Fmodel.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc#diff-ZGlzbGliL2RhdGEvdXRpbC9tb2RlbC5weQ==) | `90.90% <66.66%> (+0.43%)` | :arrow_up: | | [dislib/trees/distributed/decision\_tree.py](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473?src=pr&el=tree&filepath=dislib%2Ftrees%2Fdistributed%2Fdecision_tree.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc#diff-ZGlzbGliL3RyZWVzL2Rpc3RyaWJ1dGVkL2RlY2lzaW9uX3RyZWUucHk=) | `95.01% <0.00%> (ø)` | | | [dislib/trees/distributed/forest.py](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473?src=pr&el=tree&filepath=dislib%2Ftrees%2Fdistributed%2Fforest.py&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc#diff-ZGlzbGliL3RyZWVzL2Rpc3RyaWJ1dGVkL2ZvcmVzdC5weQ==) | `95.73% <50.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc). Last update [7fdc09a...4a76655](https://app.codecov.io/gh/bsc-wdc/dislib/pull/473?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bsc-wdc).