mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
manual merge of ben's pull request
This commit is contained in:
parent
42a934e0f1
commit
276a551914
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,8 @@
|
|||
.mydepend
|
||||
./pipeline/miscTools/*.out
|
||||
|
||||
output_*
|
||||
pipeline/ramses_simulation.py
|
||||
external/libsdf/libsw/Malloc.c
|
||||
c_tools/hod/hod
|
||||
c_tools/zobov2/jozov2/jozov2
|
||||
|
|
|
@ -170,7 +170,7 @@ def launchGenerate(sample, binPath, workDir=None, inputDataDir=None,
|
|||
elif sample.dataFormat == "sdf":
|
||||
dataFileLine = "sdf " + datafile
|
||||
elif sample.dataFormat == "ramses":
|
||||
dataFileLine = "ramses " + os.path.split(datafile)[0] # just want the output directory
|
||||
dataFileLine = "ramses " + os.path.split(datafile)[0] + '/' # just want the output directory
|
||||
else:
|
||||
raise ValueError("unknown dataFormat '%s'" % sample.dataFormat)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue