stoufferlab / pymfinder

A Python package with which to find network motifs in complex networks and to analyze a growing list of network-motif related stuff.
MIT License
16 stars 7 forks source link

Tests fail on Mac #24

Closed cirtwill closed 7 years ago

cirtwill commented 7 years ago

Each test results in an AttributeError: 'dict' object has no attribute 'motif' (or very similar). Motif classes do not appear to be included with the install.

cirtwill commented 7 years ago

Error was caused by same-named 'dict' objects in an older version of pymfinder. Turns out the Mac isn't smart enough to flag that on installation, but removing the old version corrected the error. Tests now run.