alexmnazarenko / pysimgrid

Python framework for scheduling research based on SimGrid project
GNU General Public License v3.0
21 stars 13 forks source link

Is the API documentation up to date? #13

Closed coder6274 closed 6 years ago

coder6274 commented 6 years ago

There is no class called import pysimgrid.simdag.algorithms

alexmnazarenko commented 6 years ago

I believe it's the same problem with installation I should have fixed a while ago.

Try running from 'inplace' build of pysimgrid:

cd pysimgrid_repo
python3 setup.py build_ext --inplace
python3 basic_test.py