Skip to content

python 3 #5

@MaximeBouton

Description

@MaximeBouton

This package errors in python 3, to make it work I had to make the following changes:

  • in src/pymobility/models/__init__.py:
    replace from mobility import * by from .mobility import *
  • in src/pymobility/simulation.py replace xrange by range

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