pymobility icon indicating copy to clipboard operation
pymobility copied to clipboard

python implementation of mobility models

Results 7 pymobility issues
Sort by recently updated
recently updated
newest added

Hi, Even after installing the pymobility model, I am not able to import mobility model. I used "pip install pymobility" Installation is successfully completed but still not able to import...

`File "/home/pranav/anaconda3/envs/my_lab/lib/python3.6/site-packages/pymobility-0.1.0-py3.6.egg/pymobility/models/__init__.py", line 1, in ModuleNotFoundError: No module named 'mobility' ` This is the error I get whenever I try to import any mobility model, say running the command: `from...

I cloned and changed the directory, but when it came to writing the code in python shell i get that error, how can i run

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 *`...

The animation cannot work properly on Python 2.7, this update can solve the problem.

Previously would plot a square even if dimensions were rectangular. Also, plotting loop always refers to `rw`, but many plots had different names.

I just run the simulation.py example but nothing is plotted. The figure showed is blank but the simulation is running, I can can see the steps are accumulated in printed...