Closed rht closed 5 years ago
I added a 4th commit that rewrites the log list to dict.
Thank you very much for the suggestion! I just have a few concerns.
Is this compatible with ensemble.py? I am not sure whether we can return dicts from the cloud. I tested it a few months ago and it was not possible only lists. It might have changed though.
Also if we store some stuff as a dict we also have to adapt all the plotters and visualization.py since the methods there are expecting a list not a dict.
I can remove the last commit to make it a list-only refactor (then will open another PR once the cause of the issue is found).
Removed the last commit.
Thank you very much for the pull request!!!
This changes
obtain_log
andrestore_logger_object
to force them to derive from the same list.