You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/opt/anaconda3/envs/Netowrth/lib/python3.7/site-packages/wavetrace/main.py in process_topography(in_path, out_path, high_definition)
418 # Convert to SDF
419 cp = subprocess.run([splat, f.name], cwd=str(f.parent),
--> 420 stdout=subprocess.PIPE, universal_newlines=True, check=True)
421
422 # Get name of output file, which SPLAT! created and which differs
~/opt/anaconda3/envs/Netowrth/lib/python3.7/subprocess.py in run(input, capture_output, timeout, check, *popenargs, **kwargs)
486 kwargs['stderr'] = PIPE
487
--> 488 with Popen(*popenargs, **kwargs) as process:
489 try:
490 stdout, stderr = process.communicate(input, timeout=timeout)
I have cloned this repo to my local and following the examples.ipynb notebook and still got this error
The text was updated successfully, but these errors were encountered: