mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
placed mergingThreshold parameter in defaults file
This commit is contained in:
parent
d48d740b78
commit
ddcb971eae
5 changed files with 30 additions and 15 deletions
|
@ -44,10 +44,10 @@ workDir = basePath
|
|||
#workDir = os.path.join(basePath,"example_observation")
|
||||
|
||||
# output directory for log files
|
||||
logDir = os.path.join(basePath,"logs","example_observation")
|
||||
logDir = os.path.join(workDir,"logs","example_observation")
|
||||
|
||||
# output directory for figures
|
||||
figDir = os.path.join(basePath,"figs","example_observation")
|
||||
figDir = os.path.join(workDir,"figs","example_observation")
|
||||
|
||||
# optimization: maximum number of parallel threads to use
|
||||
numZobovThreads = 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue