Skip to content

tasks/lalinference.py: make parameter estimation run directories with os.mkdir...

tasks/lalinference.py: make parameter estimation run directories with os.mkdir instead of tempfile.mkdtemp.

@leo-singer It is preferred by parameter estimation group to have just Superevent IDs as the names of run directories, which currently have suffix of random strings due to the feature of tempfile.mkdtemp. Since IDs have one to one correspondence to superevents, I think we do not need to use tempfile to create run directories. The new way to create run directories also gives non-owner users permissions to access the run directories.

cc: @charlie.hoy

Merge request reports