PyVRP / VRPLIB

Python package to read and write vehicle routing problem instances.
https://github.com/PyVRP/VRPLIB
MIT License
80 stars 6 forks source link

Add timeout to download functions #75

Closed leonlan closed 1 year ago

leonlan commented 1 year ago

Closes #69.

codecov[bot] commented 1 year ago

Codecov Report

Base: 96.61% // Head: 96.59% // Decreases project coverage by -0.02% :warning:

Coverage data is based on head (f672cbd) compared to base (f8aacbf). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #75 +/- ## ========================================== - Coverage 96.61% 96.59% -0.02% ========================================== Files 16 16 Lines 236 235 -1 ========================================== - Hits 228 227 -1 Misses 8 8 ``` | [Impacted Files](https://codecov.io/gh/leonlan/VRPLIB/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan) | Coverage Δ | | |---|---|---| | [vrplib/download/download\_instance.py](https://codecov.io/gh/leonlan/VRPLIB/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL2Rvd25sb2FkL2Rvd25sb2FkX2luc3RhbmNlLnB5) | `100.00% <100.00%> (ø)` | | | [vrplib/download/download\_solution.py](https://codecov.io/gh/leonlan/VRPLIB/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL2Rvd25sb2FkL2Rvd25sb2FkX3NvbHV0aW9uLnB5) | `100.00% <100.00%> (ø)` | | | [vrplib/parse/parse\_distances.py](https://codecov.io/gh/leonlan/VRPLIB/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL3BhcnNlL3BhcnNlX2Rpc3RhbmNlcy5weQ==) | `90.00% <0.00%> (-0.91%)` | :arrow_down: | | [vrplib/parse/parse\_vrplib.py](https://codecov.io/gh/leonlan/VRPLIB/pull/75?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan#diff-dnJwbGliL3BhcnNlL3BhcnNlX3ZycGxpYi5weQ==) | `96.55% <0.00%> (+0.12%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Leon+Lan)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.