Knowledge-Graph-Hub / kg-covid-19

An instance of KG Hub to produce a knowledge graph for COVID-19 response.
https://github.com/Knowledge-Graph-Hub/kg-covid-19/wiki
BSD 3-Clause "New" or "Revised" License
79 stars 26 forks source link

pin ensmallen_graph to 0.3.6 for now to pass tests #348

Closed justaddcoffee closed 4 years ago

justaddcoffee commented 4 years ago

Updated ensmallen_graph causes a panic in TestEdges.test_make_edges_pos_train_test_valid_edges_distinct_1_neg_train_edges_tsv:

        neg_train_edges, neg_test_edges = \
>           all_negative_edges.random_holdout(seed=seed, train_percentage=train_fraction)
E       pyo3_runtime.PanicException: index out of bounds: the len is 0 but the index is 53

Pinned to 0.3.6 for now