When I tried to rebuild the network for V1 biophysical model using code $ mpirun -np 2 python build_network.py, the following output is generated:
206 [WARNING] Adjusted calculated probability based on distance dependence is coming out to be greater than 1 for LIFi5Sst and LIFi5Pvalb. Setting to 1.0
208 [WARNING] Adjusted calculated probability based on distance dependence is coming out to be greater than 1 for i4Sst and i4Pvalb. Setting to 1.0
208 [WARNING] Adjusted calculated probability based on distance dependence is coming out to be greater than 1 for i4Sst and i4Pvalb. Setting to 1.0
212 [WARNING] Adjusted calculated probability based on distance dependence is coming out to be greater than 1 for LIFi4Sst and i4Pvalb. Setting to 1.0
212 [WARNING] Adjusted calculated probability based on distance dependence is coming out to be greater than 1 for LIFi4Sst and i4Pvalb. Setting to 1.0
Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.
mpirun noticed that process rank 182 with PID 40197 on node node15 exited on signal 9 (Killed).
How can I solve the problem of "calculated probability is coming out to be greater than 1"?
When I tried to rebuild the network for V1 biophysical model using code
$ mpirun -np 2 python build_network.py
, the following output is generated:How can I solve the problem of "calculated probability is coming out to be greater than 1"?