adjtomo / pyatoa

Python's Adjoint Tomography Operations Assistant (Pyatoa): a misfit assessment toolbox for full waveform tomography
GNU General Public License v3.0
20 stars 8 forks source link

Bugfix save to ds #10

Closed bch0w closed 2 years ago

bch0w commented 2 years ago

What does this PR do?

Small bug fix where setting Pyatoa's config option save_to_ds as False would not allow the Manager to write to the dataset with its write function which is not intended behavior. save_to_ds was meant to prevent automatic saving which occurs during each of the individual processing steps

Why was it initiated? Any relevant Issues?

This was causing some tests to fail in SeisFlows as misfit windows could not be saved during Pyaflowa preprocessing

PR Checklist