Skip to content
Snippets Groups Projects
Unverified Commit 6a44b45b authored by shimoura's avatar shimoura Committed by GitHub
Browse files

Merge pull request #65 from didi-hou/np.float_deprecated

Fix the bug due to deprecation of np.float
parents 861cb373 8d8d8109
No related branches found
No related tags found
1 merge request!65Fix the bug due to deprecation of np.float
......@@ -646,7 +646,7 @@ def compute_Model_params(out_label='', mode='default'):
# if there is laminar information in CoCoMac, use it
if Coco_Data[target_area][source_area]['source_pattern'] is not None:
sp = np.array(Coco_Data[target_area][source_area][
'source_pattern'], dtype=np.float)
'source_pattern'], dtype=float)
# Manually determine SLN, based on CoCoMac:
# from supragranular, then SLN=0.,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment