Skip to content

Commit

Permalink
Option calc statistics = True for default
Browse files Browse the repository at this point in the history
  • Loading branch information
bniebuhr committed Oct 15, 2018
1 parent e31d9d7 commit 882a9fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _LSMetrics_v1_0_0/LSMetrics_v1_0_0.py
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ def __init__(self, parent, id):
# prepare_biodim: If True, the package is run to prepare input maps and files to run BioDIM individual-based model package
self.prepare_biodim = False
# calc_statistics: If True, statistics files of the maps are saved while creating them
self.calc_statistics = False
self.calc_statistics = True
# calc_multiple: True in case of running metrics for multiple maps, and False if running for only one map
self.calc_multiple = False

Expand Down

0 comments on commit 882a9fa

Please sign in to comment.