Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pipelines: implementation of history file #193

Open
ckiefer0 opened this issue Mar 27, 2019 · 3 comments
Open

pipelines: implementation of history file #193

ckiefer0 opened this issue Mar 27, 2019 · 3 comments

Comments

@ckiefer0
Copy link
Collaborator

state_space_fname = '_state_space_dict.pkl'

We have to decide on how we want to keep track of how files were created.

Here I implemented a dictionary which keeps track of which settings were used for the creation of a file, however, I am sure there will be better solutions.

One thing could be creating log files and having a file with references for which log file belongs to which file. I that case, if you want to check how a file was created, you look up the file name in the reference file and then you know which log file you have to inspect.

Looking forward to you suggestions.

@pravsripad
Copy link
Collaborator

@ckiefer0 could you have a look at this and close if it has been implemented?

@ckiefer0
Copy link
Collaborator Author

There have been no changes since the issues was opened. I think this is something that needs discussion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants