chenziao / Stylized-Cell-Inference

0 stars 0 forks source link

Parameters need not be saved #4

Closed chenziao closed 2 years ago

chenziao commented 3 years ago

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

The geometry or biophysical parameters are not the same set of parameters we use for prior. They actually need not be saved. The parameters will come through a file as input that is generated from the prior in advance. The data should already be there.

MJC598 commented 2 years ago

This was fixed during the refactor