mattcieslak / MITTENS

A Python library for Analytic Tractography
BSD 2-Clause "Simplified" License
9 stars 7 forks source link

voxel_graph.build_atlas_graph() results in networkit attribute error #5

Closed unimusic closed 5 years ago

unimusic commented 5 years ago

When following the README example, calling voxel_graph.build_atlas_graph() results in the following error message: *** AttributeError: module 'networkit.graph' has no attribute 'Dijkstra'

mattcieslak commented 5 years ago

Could you try updating mittens?

mattcieslak commented 5 years ago

nevermind, networkit changed their api. I will update and let you know