Skip to content

file naming of temporary kwave input and output .h5 -files leads to error in multiprocessed scripts #215

@cbender98

Description

@cbender98

so far we did not specify the naming of the file created by kwave.

kwave creates files where the namings are just based on the current time (hours:minutes:seconds).

for multprocessing scripts this can cause errors since different processes (which are creating the same file within one second) are refering to the same file path and thus overwriting it / deleting it.

one can overcome this problem by specifying the file names in a unique manner (using process ids)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions