Knowledge-Graph-Hub / kg-obo

A package to transform all OBO ontologies into KGX TSV format and OBO json, and put the transformed graph in KGhub
https://knowledge-graph-hub.github.io/kg-obo/getting_started.html
GNU General Public License v3.0
28 stars 2 forks source link

Automated tests fail due to sklearn import #201

Closed caufieldjh closed 1 year ago

caufieldjh commented 1 year ago

Describe the bug

Related to issue #198 - the automated tests currently fail for the same reason. An upstream package is calling sklearn instead of scikit-learn.

Additional context

A quick fix is to include the environment variable as part of the actions:

SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
caufieldjh commented 1 year ago

This issue has mysteriously resolved itself (or, more likely, an upstream package got updated).