adjtomo / seisflows

An automated workflow tool for full waveform inversion and adjoint tomography
http://seisflows.readthedocs.org
BSD 2-Clause "Simplified" License
178 stars 122 forks source link

DATA_CASE' not found in parameters.yaml #201

Closed DEnan13132 closed 3 months ago

DEnan13132 commented 6 months ago

v3.0.0 version, use the "seisflows init" command to create parameters.yaml, and "'DATA_CASE' not found in parameters.yaml" still appears, how can I solve it?

bch0w commented 6 months ago

Hi @DEnan13132, if you're using v3.0.0 then I assume you are on the devel branch. Are you attempting to run one of the examples? If so #195 fixed the examples so you should no longer be seeing DATA_CASE as a parameter.

Please ensure you have the latest devel branch installed, and note that this branch is a development branch and is liable to change rapidly and without documentation updates.

If the issue persists can you please let me know what commands you are running that get you to this issue? Thanks!

DEnan13132 commented 6 months ago

Thank you very much. The problem has been solved by using the master branch. However, when I was learning the 2D example and running the command "seisflows submit", I encountered an "AssertionError: observed traces have more than one format or their format is not the one defined in parameters.yaml". How can I solve this issue? Clearing the cache did not resolve the problem.

bch0w commented 6 months ago

Hi @DEnan13132, sorry for the slow response. Can you let me know which branch you're on and which example you are running that raised this problem? Thanks!

bch0w commented 3 months ago

Closing for inactivity, please open a new issue if you are still having trouble!