adjtomo / pysep

Seismogram Extraction and Processing: Seismic data retrieval and record sections
https://pysep.readthedocs.io
MIT License
29 stars 15 forks source link

option to not save record sections #101

Closed aakash10gupta closed 1 year ago

aakash10gupta commented 1 year ago

The option save = None while calling the record section plotting tool does not seem to be recognized leading to the following error message -

TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType

The documentation does suggest that save = None is a valid argument. While save = '' serves the purpose, to be consistent with the way other arguments are set save = None is desired.

aakash10gupta commented 1 year ago

This is fixed now. Thanks.