ysig / GraKeL

A scikit-learn compatible library for graph kernels
https://ysig.github.io/GraKeL/
Other
587 stars 96 forks source link

Issue #105 : avoid ssl error in fetch_dataset #107

Closed pwelke closed 4 months ago

pwelke commented 4 months ago

TU Dortmund apparently currently has SSL certificate troubles. One way of 'fixing' Issue #105 is to download datasets via http, instead of https.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (ea3a212) 67.79% compared to head (906699e) 67.75%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #107 +/- ## ========================================== - Coverage 67.79% 67.75% -0.05% ========================================== Files 37 37 Lines 7225 7225 ========================================== - Hits 4898 4895 -3 - Misses 2327 2330 +3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ysig commented 4 months ago

Thank you. I will try to push a patch fix asap.