Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multi-area-model
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IAS-6
multi-area-model
Commits
6a44b45b
Unverified
Commit
6a44b45b
authored
11 months ago
by
shimoura
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Plain Diff
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
!65
Fix the bug due to deprecation of np.float
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
multiarea_model/data_multiarea/Model.py
+1
-1
1 addition, 1 deletion
multiarea_model/data_multiarea/Model.py
with
1 addition
and
1 deletion
multiarea_model/data_multiarea/Model.py
+
1
−
1
View file @
6a44b45b
...
...
@@ -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.,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment