Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
geopat
geopat
Commits
d1b41d62
Commit
d1b41d62
authored
Mar 11, 2019
by
Dumoulin Nicolas
Browse files
fix for MCMC config file
parent
a38c5512
Changes
1
Hide whitespace changes
Inline
Side-by-side
scenariosAleatoires/MCMC_class.py
View file @
d1b41d62
...
...
@@ -339,8 +339,8 @@ class Scenario :
return
indice_bio
def
indice_social
(
self
):
bdv
=
self
.
mcmc_config
[
'indicators_config'
][
'bdv'
]
shape_exploitant
=
self
.
mcmc_config
[
'indicators_config'
][
'exploitant'
]
bdv
=
self
.
mcmc_config
[
'indicators_config'
][
'
social'
][
'
bdv'
]
shape_exploitant
=
self
.
mcmc_config
[
'indicators_config'
][
'
social'
][
'
exploitant'
]
indice_social
=
social
(
shape_exploitant
,
self
.
resultat_final
,
bdv
)
#print "Résultats de l'indice de sociabilité : " + str(indice_social)
return
indice_social
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment