navis-org / navis

Python library for analysis of neuroanatomical data.
https://navis.readthedocs.io
GNU General Public License v3.0
81 stars 29 forks source link

Fix in network traversal models #104

Closed dokato closed 1 year ago

dokato commented 1 year ago

This PR proposes 2 fixes: 1) Previously TraversalModel implementation didn't assign the results property, making make_summary() call impossible. 2) Making typing of a run output consistent as it actually returns DataFrame.

schlegelp commented 1 year ago

Thanks! Merged!