chenziao / chenziao/Stylized-Cell-Inference
Determining cell ids
Open
enhancement
- Dominant language
- Jupyter Notebook
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.