alexbovet / flow_stability

Flow stability framework for dynamic community detection in temporal networks
GNU Lesser General Public License v3.0
24 stars 4 forks source link

Renaming in SparseStochMat module and others #42

Open j-i-l opened 3 months ago

j-i-l commented 3 months ago

The convention is (scipy is actually a terrible example for this):

so:

SparseStochMat.py -> sparse_stoch_mat.py class sparse_stoch_mat -> class SparseStochMat (I'd even go for just SSM)

There are other namings that we might want to change:

And some we might want to keep (like Upper_case names for matrix-like objects).

j-i-l commented 3 months ago

@alexbovet should we go for that or keep the current naming scheme?

alexbovet commented 3 months ago

Yes, let's follow the convention (but keep SparseStochMat, not SSM, and keep upper case for matrices).