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

Corrected method-name of save_sequences_to_netcdf in main_visulaize_postprocess.sh.

parent 0f24fbfc
No related branches found
No related tags found
No related merge requests found
Pipeline #65254 passed
......@@ -740,7 +740,7 @@ class Postprocess(TrainModel):
:param nc_fname: name of netCDF-file to be created
:return None:
"""
method = Postprocess.__name__
method = Postprocess.save_sequences_to_netcdf.__name__
# preparation: convert to NumPy-arrays and perform sanity checks
input_seq, persistence_seq = np.asarray(input_seq), np.asarray(persistence_seq)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment