This PR removes 'Pyaflowa' from the package. Pyaflowa was a plugin class which allowed Pyatoa to interact with SeisFlows3. However this caused some unncessary abstraction and required Users to go into Pyatoa if issues occurred in SeisFlows3. With recent SeisFlows updates, which introduce a 'Pyaflowa' preprocessing class, we have moved all of this interaction functionality to the SeisFlows package. This PR also removes the tests and related documentation for Pyaflowa.
This PR also moves the docs/ directory up to the highest level in the package. This is to match how SeisFlows is structured and to keep documentation out of the main directory.
Why was it initiated? Any relevant Issues?
Pyatoa's Pyaflowa class had not been updated past SeisFlows3 and was causing some tests to fail. No relevant issues.
PR Checklist
[X] develop base branch selected?
[X] This PR is not directly related to an existing issue (which has no PR yet).
[X] All tests still pass.
[X] Any new features or fixed regressions covered by new tests.
[X] Any new or changed features have been fully documented.
[X] Significant changes have been added to CHANGELOG.md.
[ ] First time contributors have added your name to CONTRIBUTORS.txt .
What does this PR do?
This PR removes 'Pyaflowa' from the package. Pyaflowa was a plugin class which allowed Pyatoa to interact with SeisFlows3. However this caused some unncessary abstraction and required Users to go into Pyatoa if issues occurred in SeisFlows3. With recent SeisFlows updates, which introduce a 'Pyaflowa' preprocessing class, we have moved all of this interaction functionality to the SeisFlows package. This PR also removes the tests and related documentation for Pyaflowa.
This PR also moves the docs/ directory up to the highest level in the package. This is to match how SeisFlows is structured and to keep documentation out of the main directory.
Why was it initiated? Any relevant Issues?
Pyatoa's Pyaflowa class had not been updated past SeisFlows3 and was causing some tests to fail. No relevant issues.
PR Checklist
develop
base branch selected?CHANGELOG.md
.