Skip to content

Correct management of model's input catalog and arg files #53

Open
@pabloitu

Description

@pabloitu

Redesign the way Experiments set input data to be passed to the Model's context. Should deal with all extreme cases:

  • venv/conda execution: place catalog&args in model's input folder (cant be run parallel)
  • venv/conda execution: place catalog&args in results/time_string/input/ (could be run in parallel)
  • Docker: mount volume results/time_string/input/ <<>> /app/input (can be run in parallel)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions