Skip to content

Review underscores in wc_strs for params #1

@Fedorov113

Description

@Fedorov113

Parameters are stored inside json/yaml files inside assnake_db. Assnake determines which parameters to use from the wildcard_str (.../tmtic_{params}/..). File that contains this parameters is taken from assnake_db by its name.

Q: Should we store this file also inside the folder with generated results?
A: I think yes, this way the file can be pushed to git and it will be easier to get it for higher order system. Also parameters will be saved if the assnake_db will be deleted.

We also should we able to pickup this file from result folder and put it into db. If the name is not unique and the contents of params.yaml file is different, for now just add counter like params1.yaml

Should we store params not by name but by short hash? It will help to avoid non unique names problem, but at the same time reduce human readability. Since we will store params with uuid-v4 in higher order system anyway, there is no much sense in it.

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