Skip to content
Snippets Groups Projects
Commit 60ef31ec authored by Vellekoop, Sam's avatar Vellekoop, Sam
Browse files

Merge branch '48-remove-references-to-environmental-factor-hotstpots' into 'master'

Resolve "remove references to environmental factor hotstpots"

Closes #48

See merge request MNP/mnp!48
parents 53cb18d0 f7b47211
Branches master
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@ from mnp.utils import slugify
@dataclass
class MNPParameters:
"""
This class holds all parameter and config information needed to tun the Model for Nature Policy
This class holds all parameter and config information needed to tun the Model
for Nature Policy
"""
config: ConfigParser
......@@ -131,7 +132,8 @@ class MNPParameters:
"meta": os.path.join(root, "meta"),
}
# Add dedicated output subdirectory for each species subselection, including 3 subdirs
# Add dedicated output subdirectory for each species subselection,
# including 3 subdirs
for subselection in species_subselection_tables.keys():
subselection = slugify(subselection)
cover_structure[subselection] = os.path.join(
......@@ -219,7 +221,4 @@ class MNPParameters:
response_020=float(config["parameters"]["response_020"]),
response_080=float(config["parameters"]["response_080"]),
response_100=float(config["parameters"]["response_100"]),
environmental_factor_hotspot_statistic=config["parameters"][
"environmental_factor_hotspot_statistic"
],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment