Skip to content

python 3 #5

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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