TypeError upon call to universalizer
caufieldjh opened this issue · 2 comments
caufieldjh commented
Jenkins build encounters this error:
15:28:05 + python3.9 run.py merge -y merge.yaml
15:28:11 [KGX][cli_utils.py][ merge] INFO: Spawning process for 'phenio-merged'
15:28:11 [KGX][cli_utils.py][ parse_source] INFO: Processing source 'phenio-merged'
15:30:18 [KGX][cli_utils.py][ merge] INFO: Merged graph has 275527 nodes and 1652627 edges
15:30:32 [KGX][cli_utils.py][ merge] INFO: Writing merged graph to merged-kg-tsv
15:33:24 [KGX][cli_utils.py][ merge] INFO: Writing merged graph to merged-kg-nt
15:40:15 Normalizing nodes and categories...
15:40:15 TypeError: clean_and_normalize_graph() got an unexpected keyword argument 'input_path'
The argument input_path
should be filepath
.
caufieldjh commented
Still an issue:
TypeError: clean_and_normalize_graph() got an unexpected keyword argument 'namespace_cat_map'
This param is a recent addition and not in universalizer
0.0.3.
Need a newer version of that on Pypi.
caufieldjh commented
universalizer
is updated - will try build again.