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

Merge pull request #70 from didi-hou/master

fix np.float deprecated
parents 9620726f 88de02d5
No related branches found
No related tags found
No related merge requests found
Pipeline #28531 failed with stage
in 10 minutes and 8 seconds
......@@ -698,7 +698,7 @@ def compute_Model_params(out_label='', mode='default'):
# if there is laminar data in CoCoMac, use this
if Coco_Data[target_area][source_area]['target_pattern'] is not None:
tp = np.array(Coco_Data[target_area][source_area][
'target_pattern'], dtype=np.float)
'target_pattern'], dtype=float)
# If there is a '?' (=-1) in the data, check if this layer is in
# the termination pattern induced by hierarchy and insert a 2 if
......
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