You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realized that other objects are either less trivially typed (operates on numpy arrays), or not necessary (cli and wrappers).
So close them all, and also close the static typing issue.
Closes#74, closes#75, closes#76
* Add mypy to test
* Move setter right under property
* Use relative imports; add auto reorder imports to pre commit
* Use property nodes instead of IDlst; make use of num_nodes
* Auto format fix
* Rename IDmap to _node_idmap, use get_node_idx for retreiving node index given node id
* Type BaseGraph and AdjLst
* Type SparseGraph and DenseGraph, closes#72
* Enable distributed testing
* Rename fp to path
* Use relative imports in pecanpy module
* Type pecanpy base class, closes#73
Realized that other objects are either less trivially typed (operates on numpy arrays), or not necessary (cli and wrappers).
So close them all, and also close the static typing issue.
Closes#74, closes#75, closes#76
No description provided.
The text was updated successfully, but these errors were encountered: