Skip to content

updates for Python 3 #5

@nsheils

Description

@nsheils

In order to make this work for python 3, instances of "import cPickle as pickle" need to be changed to "import pickle"

Additionally, in data_utils.py the load_graph function must be changed from "node_maps.iteritems()" to "node_maps.items()" . Similar in graph.py

Further, all print statements now need parentheses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions