Describe the bug
The code fails when trying to create the graph of the pvlib repo
Trace
Traceback (most recent call last):
File "//build_graph.py", line 16, in <module>
build_graph(repo_name)
File "//build_graph.py", line 12, in build_graph
graph_constructor.build_graph(repo_name)
File "/root/miniconda3/lib/python3.9/site-packages/blar_graph/graph_construction/core/graph_builder.py", line 264, in build_graph
relationships.extend(self._relate_imports(imports))
File "/root/miniconda3/lib/python3.9/site-packages/blar_graph/graph_construction/core/graph_builder.py", line 148, in _relate_imports
targetId = self.global_imports.get(import_alias)
TypeError: unhashable type: 'list'
Describe the bug The code fails when trying to create the graph of the pvlib repo
Trace
To Reproduce Steps to reproduce the behavior:
Expected behavior Get the correct graph
Screenshots
Desktop (please complete the following information):