Skip to content
Snippets Groups Projects
Commit 018c18ce authored by Ansel Neunzert's avatar Ansel Neunzert
Browse files

added updated getData.py

parent bb3e63b6
No related branches found
No related tags found
No related merge requests found
...@@ -236,9 +236,11 @@ def main(): ...@@ -236,9 +236,11 @@ def main():
freq=np.hstack(freq) freq=np.hstack(freq)
else: else:
print("Error, found no time average files in {}".format(chfolder)) print("Error, found no time average files in {}".format(chfolder))
continue
else: else:
print("Error: no calculation being done... may be an arguments issue?") print("Error: no calculation being done... may be an arguments issue?")
continue
if (args.coherence or args.cohonly) and (not os.path.isfile(cohdatname)): if (args.coherence or args.cohonly) and (not os.path.isfile(cohdatname)):
cohbegin=date.strftime('%Y-%m-%d') cohbegin=date.strftime('%Y-%m-%d')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment