You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In big_cloud_scratch.py projectGraphs is a list of one graph per project and project_ids is a list of project ids whose position corresponds to the graphs in projectGraphs. We should turn these two lists into one dictionary, having them decoupled is dangerous (e.g. if we sort one list and not the other).
The text was updated successfully, but these errors were encountered:
In big_cloud_scratch.py projectGraphs is a list of one graph per project and project_ids is a list of project ids whose position corresponds to the graphs in projectGraphs. We should turn these two lists into one dictionary, having them decoupled is dangerous (e.g. if we sort one list and not the other).
The text was updated successfully, but these errors were encountered: