chenziao / Stylized-Cell-Inference

0 stars 0 forks source link

Determining cell ids #3

Open chenziao opened 3 years ago

chenziao commented 3 years ago

https://github.com/chenziao/Stylized-Cell-Inference/blob/c6234526e4349cf221729c927a87ec1a642a209c/stylized_module/base/active_model_synapse_input.py#L235

Could do cell_ids = range(MPI_rank,self.ncell,MPI_size) for i in cell_ids: ......

Then cell_ids can be save directly into a file for ids.

MJC598 commented 2 years ago

Why would we do this again?