Skip to content
Snippets Groups Projects
Commit d562da26 authored by Michael Langguth's avatar Michael Langguth
Browse files

Merge branch 'michael_issue053_advanced_dir_handling' of...

Merge branch 'michael_issue053_advanced_dir_handling' of ssh://gitlab.version.fz-juelich.de:10022/toar/video_prediction_savp into michael_issue053_advanced_dir_handling
parents 898dbae2 c872a30d
No related branches found
No related tags found
No related merge requests found
......@@ -135,7 +135,7 @@ class MetaData:
method_name = MetaData.__init__.__name__+" of Class "+MetaData.__name__
# actual work:
meta_dict = {"expname": self.expname,
"expdir" : self.exp_dir}
"expdir" : self.expdir}
meta_dict["sw_corner_frame"] = {
"lat" : self.sw_c[0],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment